Changeset 28826
- Timestamp:
- Aug 2, 2010, 11:10:43 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/automate_stacks.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/automate_stacks.pl
r28666 r28826 41 41 # Grab options 42 42 my ( $date, $camera, $dbname, $logfile, $verbose, $manual); 43 my ( $help, $isburning, $force_stack_count, $test_mode, $this_target_only, $this_filter_only, $this_mode_only, $check_mode );43 my ( $help, $isburning, $force_stack_count, $test_mode, $this_target_only, $this_filter_only, $this_mode_only, $check_mode, $burntool_stats); 44 44 my ( $check_registration, $define_burntool, $queue_burntool, $check_chips, $queue_chips); 45 45 my ( $check_stacks, $queue_stacks, $check_diffs, $queue_diffs, $clean_old); … … 58 58 'check' => \$check_mode, 59 59 'test_mode' => \$test_mode, 60 'burntool_stats' => \$burntool_stats, 60 61 'this_target_only=s' => \$this_target_only, 61 62 'this_filter_only=s' => \$this_filter_only, … … 656 657 my $pretend = shift; 657 658 my $exposures = 0; 659 658 660 foreach my $target (@target_list) { 659 661 my ($Nexposures,$Nimfiles,$Nburntooled,$Nalready) = pre_chip_queue($date,$target); 662 if (defined($burntool_stats)) { 663 print "$Nexposures $Nimfiles $Nburntooled $Nalready\n"; 664 } 665 660 666 if ($Nexposures == 0) { 661 667 print STDERR "execute_chips: Target $target on $date had no exposures.\n";
Note:
See TracChangeset
for help on using the changeset viewer.
