IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2010, 2:15:20 PM (16 years ago)
Author:
watersc1
Message:

allow check/queue_diffs to call check/queue_stacks

File:
1 edited

Legend:

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

    r29698 r29700  
    7979    'check_dqstats'        => \$check_dqstats,
    8080    'queue_dqstats'        => \$queue_dqstats,
    81     'check_diffs'          => \$check_diffs,
    82     'queue_diffs'          => \$queue_diffs,
     81    'check_diffs'          => \$check_stacks,
     82    'queue_diffs'          => \$queue_stacks,
    8383    'clean_old'            => \$clean_old,
    8484    ) or pod2usage ( 2 );
     
    12071207                    next;
    12081208                }
     1209                if ($Nexposures == 0) {
     1210                    if ($debug == 1) {
     1211                        print STDERR "execute_stacks: Target $target in filter $filter on $date has no exposures.\n";
     1212                    }
     1213                    next;
     1214                }                   
    12091215                else {
    12101216                    do_extra_processing($date,$target,$filter,$pretend);
Note: See TracChangeset for help on using the changeset viewer.