- Timestamp:
- Nov 26, 2010, 10:35:03 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20101103/ippScripts
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
scripts/automate_stacks.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101103/ippScripts
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20101103/ippScripts/scripts/automate_stacks.pl
r29656 r29839 79 79 'check_dqstats' => \$check_dqstats, 80 80 'queue_dqstats' => \$queue_dqstats, 81 'check_diffs' => \$check_ diffs,82 'queue_diffs' => \$queue_ diffs,81 'check_diffs' => \$check_stacks, 82 'queue_diffs' => \$queue_stacks, 83 83 'clean_old' => \$clean_old, 84 84 ) or pod2usage ( 2 ); … … 1203 1203 foreach my $filter (@filter_list) { 1204 1204 if (exists($extra_processing{$target})) { 1205 do_extra_processing($date,$target,$filter,$pretend); 1205 my ($Nexposures,$NprocChips,$NprocWarps,$Nalready) = pre_stack_queue($date,$target,$filter); 1206 if ((!defined($force_stack_count))&&($NprocChips != $NprocWarps)) { # This makes me sad. :( 1207 next; 1208 } 1209 if ($Nexposures == 0) { 1210 if ($debug == 1) { 1211 print STDERR "execute_stacks: Target $target in filter $filter on $date has no exposures.\n"; 1212 } 1213 next; 1214 } 1215 else { 1216 do_extra_processing($date,$target,$filter,$pretend); 1217 } 1218 1206 1219 } 1207 1220 if ($stackable_list{$target} == 1) {
Note:
See TracChangeset
for help on using the changeset viewer.
