IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34227


Ignore:
Timestamp:
Jul 31, 2012, 9:36:50 AM (14 years ago)
Author:
bills
Message:

Oops. Last delta broke stacks. Only filter runs by exposure
for warps now. Need to investigate and test this for
diffs

File:
1 edited

Legend:

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

    r34212 r34227  
    345345        die "tess_id and component are required for byskycell" if !$tess_id or ! $skycell_id;
    346346        $command .= " -tess_id $tess_id -skycell_id $skycell_id";
    347         $filter_runs = 1;
     347        if ($stage eq 'warp') {
     348            $filter_runs = 1;
     349        }
    348350    } else {
    349351        # this should be caught by caller
Note: See TracChangeset for help on using the changeset viewer.