IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36103


Ignore:
Timestamp:
Sep 10, 2013, 12:30:16 PM (13 years ago)
Author:
bills
Message:

Add bits for requesting the exp jpeg and num jpeg images from stack_summary runs
reuse obsolete 'UNCENSORED' bits

File:
1 edited

Legend:

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

    r36058 r36103  
    3737                    $PSTAMP_USE_IMFILE_ID
    3838                    $PSTAMP_NO_WAIT_FOR_UPDATE
    39                     $PSTAMP_REQUEST_UNCENSORED
    40                     $PSTAMP_REQUIRE_UNCENSORED
     39                    $PSTAMP_SELECT_EXPJPEG
     40                    $PSTAMP_SELECT_NUMJPEG
    4141                    $PSTAMP_SUCCESS
    4242                    $PSTAMP_FIRST_ERROR_CODE
     
    8484our $PSTAMP_NO_WAIT_FOR_UPDATE = 32768;
    8585
    86 # these bits will be repurposed
    87 our $PSTAMP_REQUEST_UNCENSORED = 0x10000;
    88 our $PSTAMP_REQUIRE_UNCENSORED = 0x20000;
     86our $PSTAMP_SELECT_EXPJPEG     = 0x10000;
     87our $PSTAMP_SELECT_NUMJPEG     = 0x20000;
     88
     89# these bits have been repurposed. They were only exposed to MOPS and IFA and they have adapted.
     90#our $PSTAMP_REQUEST_UNCENSORED = 0x10000;
     91#our $PSTAMP_REQUIRE_UNCENSORED = 0x20000;
    8992
    9093# job and result codes
Note: See TracChangeset for help on using the changeset viewer.