IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2010, 1:47:06 PM (16 years ago)
Author:
bills
Message:

add support for making stamps from unconvolved stacks and if
REQFILT is a single charcter append a '%' character

File:
1 edited

Legend:

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

    r26242 r27211  
    2121                    $PSTAMP_SELECT_IMAGE
    2222                    $PSTAMP_SELECT_MASK
     23                    $PSTAMP_SELECT_VARIANCE
    2324                    $PSTAMP_SELECT_WEIGHT
    2425                    $PSTAMP_SELECT_CMF
     
    2627                    $PSTAMP_SELECT_BACKMDL
    2728                    $PSTAMP_SELECT_INVERSE
     29                    $PSTAMP_SELECT_UNCONV
    2830                    $PSTAMP_WAIT_FOR_UPDATE
    2931                    $PSTAMP_SUCCESS
     
    5052our $PSTAMP_SELECT_IMAGE     = 1;
    5153our $PSTAMP_SELECT_MASK      = 2;
     54our $PSTAMP_SELECT_VARIANCE  = 4;
    5255our $PSTAMP_SELECT_WEIGHT    = 4;
    5356our $PSTAMP_SELECT_CMF       = 8;
     
    5558our $PSTAMP_SELECT_BACKMDL   = 32;
    5659our $PSTAMP_SELECT_INVERSE   = 1024;
     60our $PSTAMP_SELECT_UNCONV    = 2048;
    5761
    58 our $PSTAMP_WAIT_FOR_UPDATE  = 2048;
     62our $PSTAMP_WAIT_FOR_UPDATE  = 32768;
    5963
    6064# job and result codes
Note: See TracChangeset for help on using the changeset viewer.