- Timestamp:
- Oct 9, 2013, 4:06:09 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130904/pstamp/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/pstamp/scripts
- Property svn:mergeinfo changed
/trunk/pstamp/scripts (added) merged: 36104,36126,36135,36142-36143,36165-36166,36182
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130904/pstamp/scripts/psmkreq
r35438 r36192 177 177 $id = 0 if !$id; 178 178 179 unless ($stage eq 'raw' or $stage eq 'chip' or $stage eq 'warp' or $stage eq 'diff' or $stage eq 'stack') { 179 unless ($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') { 180 181 die "$stage is not a valid value for stage\n"; 181 182 } … … 208 209 $option_mask |= $PSTAMP_SELECT_PSF if $psf; 209 210 $option_mask |= $PSTAMP_SELECT_BACKMDL if $backmdl; 211 $option_mask |= $PSTAMP_SELECT_UNCOMPRESSED if $uncompressed; 210 212 $option_mask |= $PSTAMP_SELECT_UNCONV if $unconvolved; 211 213 $option_mask |= $PSTAMP_USE_IMFILE_ID if $use_imfile_id;
Note:
See TracChangeset
for help on using the changeset viewer.
