IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2010, 11:14:40 AM (16 years ago)
Author:
bills
Message:

Add $PSTAMP_USE_IMFILE_ID to the values processed for OPTION_MASK
This changes the ID used for byid requests from chip_id to chip_imfile_id
warp_id to warp_skyfile_id diff_id to diff_skyfile_id

File:
1 edited

Legend:

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

    r27260 r27589  
    2828                    $PSTAMP_SELECT_INVERSE
    2929                    $PSTAMP_SELECT_UNCONV
     30                    $PSTAMP_USE_IMFILE_ID
    3031                    $PSTAMP_WAIT_FOR_UPDATE
    3132                    $PSTAMP_SUCCESS
     
    5960our $PSTAMP_SELECT_INVERSE   = 1024;
    6061our $PSTAMP_SELECT_UNCONV    = 2048;
     62
     63our $PSTAMP_USE_IMFILE_ID    = 16384;
    6164
    6265our $PSTAMP_WAIT_FOR_UPDATE  = 32768;
Note: See TracChangeset for help on using the changeset viewer.