Changeset 32731
- Timestamp:
- Nov 21, 2011, 2:17:39 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r32635 r32731 238 238 # choose the chips containing the center pixel by calling selectComponets() below 239 239 if ($component or $use_imfile_id or !$skycenter) { 240 $command = "$chiptool -processedimfile - dbname $imagedb";240 $command = "$chiptool -processedimfile -pstamp_order -dbname $imagedb"; 241 241 if ($component and $component ne 'all') { 242 242 $class_id = $component; … … 263 263 } elsif ($stage eq "warp") { 264 264 if ($component or $use_imfile_id or !$skycenter) { 265 $command = "$warptool -warped - dbname $imagedb";265 $command = "$warptool -warped -pstamp_order -dbname $imagedb"; 266 266 if ($component and $component ne 'all') { 267 267 $skycell_id = $component; … … 281 281 } elsif ($stage eq "diff") { 282 282 if ($component or $use_imfile_id or !$skycenter) { 283 $command = "$difftool -diffskyfile - dbname $imagedb";283 $command = "$difftool -diffskyfile -pstamp_order -dbname $imagedb"; 284 284 if ($component and $component ne 'all') { 285 285 $skycell_id = $component;
Note:
See TracChangeset
for help on using the changeset viewer.
