IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34229


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

Tested filtering runs for diff stage by exposure. It works.

File:
1 edited

Legend:

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

    r34227 r34229  
    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         if ($stage eq 'warp') {
     347        if ($stage ne 'stack') {
    348348            $filter_runs = 1;
    349349        }
Note: See TracChangeset for help on using the changeset viewer.