Changeset 34227
- Timestamp:
- Jul 31, 2012, 9:36:50 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r34212 r34227 345 345 die "tess_id and component are required for byskycell" if !$tess_id or ! $skycell_id; 346 346 $command .= " -tess_id $tess_id -skycell_id $skycell_id"; 347 $filter_runs = 1; 347 if ($stage eq 'warp') { 348 $filter_runs = 1; 349 } 348 350 } else { 349 351 # this should be caught by caller
Note:
See TracChangeset
for help on using the changeset viewer.
