IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34211


Ignore:
Timestamp:
Jul 26, 2012, 2:45:11 PM (14 years ago)
Author:
bills
Message:

For byskycell postage stamp requests make sure that only
one skycell is returned for each exposure. We follow the
same rules as chip returning the latest warp_id for the
exposure.

File:
1 edited

Legend:

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

    r33382 r34211  
    342342        die "tess_id and component are required for byskycell" if !$tess_id or ! $skycell_id;
    343343        $command .= " -tess_id $tess_id -skycell_id $skycell_id";
     344        # remove duplicate runs for the same exposure.
     345        $filter_runs = 1;
    344346    } else {
    345347        # this should be caught by caller
Note: See TracChangeset for help on using the changeset viewer.