IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2010, 11:38:51 AM (16 years ago)
Author:
watersc1
Message:

"Final" version of the nightly stacks code. I may add more forcing later, if we have a lot of faults to skip through.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/make_burntool_pcontrol.pl

    r26527 r26670  
    266266        printf(" burntool %s %s\n",$date_min,$date_max);
    267267    }
    268     print "\n";
     268    unless(exists($opt{d})) {
     269        print "\n";
     270    }
    269271    $N_ranges += ($#start_s + 1);
    270272}
     
    311313}
    312314sub print_short_epilogue {
     315    if (exists($opt{b})) {
     316        print STDERR "There were no science exposures to process. Sorry, try again tomorrow.\n";
     317        return();
     318    }
    313319    print << 'END_SHORT_EPILOGUE';
    314320
Note: See TracChangeset for help on using the changeset viewer.