Changeset 29162 for trunk/ippScripts/scripts/automate_stacks.pl
- Timestamp:
- Sep 15, 2010, 1:52:36 PM (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
r29041 r29162 124 124 defined $check_chips or defined $check_stacks or $check_sweetspot or $check_detrends or $check_dqstats or 125 125 defined $test_mode or defined $clean_old or defined $check_mode or 126 defined $confirm_stacks ;126 defined $confirm_stacks or defined $burntool_stats; 127 127 128 128 # Configurable parameters from our config file. … … 726 726 my ($Nexposures,$Nimfiles,$Nburntooled,$Nalready) = pre_chip_queue($date,$target); 727 727 if (defined($burntool_stats)) { 728 print " $Nexposures $Nimfiles $Nburntooled $Nalready\n";728 print "BTSTATS: $date $target $Nexposures $Nimfiles $Nburntooled $Nalready\n"; 729 729 } 730 730 731 731 if ($Nexposures == 0) { 732 732 print STDERR "execute_chips: Target $target on $date had no exposures.\n"; 733 #next;733 next; 734 734 } 735 735 if ($Nalready != 0) { 736 736 print STDERR "execute_chips: Not queueing $target on $date due to already existing exposures.\n"; 737 #next;737 next; 738 738 } 739 739 if ($Nimfiles != $Nburntooled) { … … 1427 1427 my $N = $metadata_out{N_MACROS}; 1428 1428 $metadata_out{"ns${N}Macro"} = $macro_formats{$proc_mode}; 1429 print STDERR "WORKING ON A MACRO: ns${N}Macro $proc_mode $macro_formats{$proc_mode}\n";1429 # print STDERR "WORKING ON A MACRO: ns${N}Macro $proc_mode $macro_formats{$proc_mode}\n"; 1430 1430 if (defined($date)&&(defined($target))) { 1431 1431
Note:
See TracChangeset
for help on using the changeset viewer.
