IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.