Changeset 29698 for trunk/ippScripts/scripts/automate_stacks.pl
- Timestamp:
- Nov 8, 2010, 12:54:14 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/automate_stacks.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/automate_stacks.pl
r29656 r29698 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 else { 1210 do_extra_processing($date,$target,$filter,$pretend); 1211 } 1212 1206 1213 } 1207 1214 if ($stackable_list{$target} == 1) {
Note:
See TracChangeset
for help on using the changeset viewer.
