IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32640


Ignore:
Timestamp:
Nov 9, 2011, 11:26:20 AM (15 years ago)
Author:
bills
Message:

don't pass -skycell_id to tool if value is 'all' This has been in use since Sept. 9

File:
1 edited

Legend:

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

    r30317 r32640  
    302302        $command = "$stacktool -sumskyfile -dbname $imagedb";
    303303        $id_opt = "-stack_id";
    304         $component_args = " -skycell_id $skycell_id" if $skycell_id;
     304        $component_args = " -skycell_id $skycell_id" if $skycell_id and $skycell_id ne  'all';
    305305
    306306        if (!$unconvolved) {
Note: See TracChangeset for help on using the changeset viewer.