IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34593 for trunk


Ignore:
Timestamp:
Oct 25, 2012, 11:11:49 AM (14 years ago)
Author:
bills
Message:

only look for stacks in full state. Ones that have been cleaned
are uninteresting

File:
1 edited

Legend:

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

    r34229 r34593  
    304304        $skycell_id = $component;
    305305        $command = "$stacktool -sumskyfile -dbname $imagedb";
     306        # only consider stacks in full state.
     307        $command .= " -state full";
    306308        $id_opt = "-stack_id";
    307309        $component_args = " -skycell_id $skycell_id" if $skycell_id and $skycell_id ne  'all';
Note: See TracChangeset for help on using the changeset viewer.