IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29162


Ignore:
Timestamp:
Sep 15, 2010, 1:52:36 PM (16 years ago)
Author:
watersc1
Message:

Looks like I commented out the "next;"s that prevent double queuing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/automate_stacks.pl

    r29041 r29162  
    124124    defined $check_chips or defined $check_stacks or $check_sweetspot or $check_detrends or $check_dqstats or
    125125    defined $test_mode or defined $clean_old or defined $check_mode or
    126     defined $confirm_stacks;
     126    defined $confirm_stacks or defined $burntool_stats;
    127127
    128128# Configurable parameters from our config file.
     
    726726        my ($Nexposures,$Nimfiles,$Nburntooled,$Nalready) = pre_chip_queue($date,$target);
    727727        if (defined($burntool_stats)) {
    728             print "$Nexposures $Nimfiles $Nburntooled $Nalready\n";
     728            print "BTSTATS: $date $target $Nexposures $Nimfiles $Nburntooled $Nalready\n";
    729729        }
    730730
    731731        if ($Nexposures == 0) {
    732732            print STDERR "execute_chips: Target $target on $date had no exposures.\n";
    733 #           next;
     733            next;
    734734        }
    735735        if ($Nalready != 0) {
    736736            print STDERR "execute_chips: Not queueing $target on $date due to already existing exposures.\n";
    737 #            next;
     737            next;
    738738        }
    739739        if ($Nimfiles != $Nburntooled) {
     
    14271427        my $N = $metadata_out{N_MACROS};
    14281428        $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";
    14301430        if (defined($date)&&(defined($target))) {
    14311431
Note: See TracChangeset for help on using the changeset viewer.