IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 17, 2013, 12:58:37 PM (13 years ago)
Author:
bills
Message:

accept stack_summary as a stage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/psmkreq

    r35438 r36126  
    177177$id = 0 if !$id;
    178178
    179 unless ($stage eq 'raw' or $stage eq 'chip' or $stage eq 'warp' or $stage eq 'diff' or $stage eq 'stack') {
     179unless ($stage eq 'raw' or $stage eq 'chip' or $stage eq 'warp' or $stage eq 'diff' or $stage eq 'stack'
     180    or $stage eq 'stack_summary') {
    180181    die "$stage is not a valid value for stage\n";
    181182}
Note: See TracChangeset for help on using the changeset viewer.