IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34228


Ignore:
Timestamp:
Jul 31, 2012, 10:15:38 AM (14 years ago)
Author:
bills
Message:

Filtering runs by exposure broke bycoord requests for stacks. Don't
apply the filter for stack stage. It will be applied for warps
and diffs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20120626/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r34211 r34228  
    343343        $command .= " -tess_id $tess_id -skycell_id $skycell_id";
    344344        # remove duplicate runs for the same exposure.
    345         $filter_runs = 1;
     345        if ($stage ne 'stack') {
     346            $filter_runs = 1;
     347        }
    346348    } else {
    347349        # this should be caught by caller
Note: See TracChangeset for help on using the changeset viewer.