IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32635


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

Don't add -skycell_id to queries if value is all
add new flag to request background be restored in postage stamps

Location:
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp
Files:
2 edited

Legend:

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

    r30317 r32635  
    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) {
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm

    r30567 r32635  
    2929                    $PSTAMP_SELECT_INVERSE
    3030                    $PSTAMP_SELECT_UNCONV
     31                    $PSTAMP_RESTORE_BACKGROUND
    3132                    $PSTAMP_REQUEST_UNCENSORED
    3233                    $PSTAMP_REQUIRE_UNCENSORED
     
    6566our $PSTAMP_SELECT_INVERSE   = 1024;
    6667our $PSTAMP_SELECT_UNCONV    = 2048;
     68our $PSTAMP_RESTORE_BACKGROUND = 4096;
    6769
    6870our $PSTAMP_USE_IMFILE_ID    = 16384;
Note: See TracChangeset for help on using the changeset viewer.