Changeset 26670 for trunk/ippScripts/scripts/automate_stacks.pl
- Timestamp:
- Jan 22, 2010, 11:38:51 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/automate_stacks.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/automate_stacks.pl
r26624 r26670 36 36 my ( $date, $camera, $dbname, $logfile, $verbose); 37 37 my ( $check_registration, $define_burntool, $queue_burntool, $check_chips, $queue_chips, $check_stacks, $queue_stacks); 38 my ( $help, $this_target_only, $this_filter_only, $isburning );38 my ( $help, $this_target_only, $this_filter_only, $isburning, $force_stack_count); 39 39 GetOptions( 40 40 'help|h' => \$help, … … 54 54 'this_filter_only=s' => \$this_filter_only, 55 55 'isburning' => \$isburning, 56 'force_stack_count' => \$force_stack_count, 56 57 ) or pod2usage ( 2 ); 57 58 pod2usage( -msg => … … 65 66 --this_target_only Process only a single target. 66 67 --this_filter_only Process only a single filter. 68 --isburning Signal that we are currently burntooling. 69 --force_stack_count Force the chip/warp counts. 67 70 Modes: 68 71 --check_registration Confirm the data downloaded correctly. … … 527 530 foreach my $filter (@filter_list) { 528 531 my ($Nexposures,$NprocChips,$NprocWarps,$Nalready) = pre_stack_queue($date,$target,$filter); 529 if (( $NprocChips != $NprocWarps)) { #||($NprocWarps == 0)||($NprocChips == 0)) {532 if ((!defined($force_stack_count))&&($NprocChips != $NprocWarps)) { # This makes me sad. :( 530 533 print STDERR "execute_stacks: Target $target on $date is not fully processed. ($NprocChips $NprocWarps)\n"; 531 534 $metadata_out{nsState} = 'FORCETOWARP';
Note:
See TracChangeset
for help on using the changeset viewer.
