IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32731


Ignore:
Timestamp:
Nov 21, 2011, 2:17:39 PM (15 years ago)
Author:
bills
Message:

include -pstamp_order in warptool -warped and difftool -diffskyfile commands for lookups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r32635 r32731  
    238238        # choose the chips containing the center pixel by calling selectComponets() below
    239239        if ($component or $use_imfile_id or !$skycenter) {
    240             $command = "$chiptool -processedimfile -dbname $imagedb";
     240            $command = "$chiptool -processedimfile -pstamp_order -dbname $imagedb";
    241241            if ($component and $component ne 'all') {
    242242                $class_id = $component;
     
    263263    } elsif ($stage eq "warp") {
    264264        if ($component or $use_imfile_id or !$skycenter) {
    265             $command = "$warptool -warped -dbname $imagedb";
     265            $command = "$warptool -warped -pstamp_order -dbname $imagedb";
    266266            if ($component and $component ne 'all') {
    267267                $skycell_id = $component;
     
    281281    } elsif ($stage eq "diff") {
    282282        if ($component or $use_imfile_id or !$skycenter) {
    283             $command = "$difftool -diffskyfile -dbname $imagedb";
     283            $command = "$difftool -diffskyfile -pstamp_order -dbname $imagedb";
    284284            if ($component and $component ne 'all') {
    285285                $skycell_id = $component;
Note: See TracChangeset for help on using the changeset viewer.