IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 19 and Version 20 of sample_pstamp_request


Ignore:
Timestamp:
Jan 31, 2015, 9:10:27 AM (12 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sample_pstamp_request

    v19 v20  
    1818
    1919{{{
    20 # test1.txt
     20# test2.txt
    2121
    2222# A sample Postage stamp request description file
     
    3131
    3232# REQ_NAME   EXTVER ACTION email
    33 CHANGEME     2 PROCESS bills@ifa.hawaii.edu
     33CHANGEME     2 PROCESS myemail@myinstitution.edu
    3434
    3535# subsequent lines define the rows in the table
     
    4545# ROWNUM CENTER_X    CENTER_Y  WIDTH HEIGHT COORD_MASK JOB_TYPE OPTION_MASK PROJECT SURVEY_NAME IPP_RELEASE REQ_TYPE IMG_TYPE    ID   TESS_ID COMPONENT DATA_GROUP  REQFILT MJD_MIN MJD_MAX RUN_TYPE FWHM_MIN FWHM_MAX | COMMENT
    4646#
    47 1       135.49921     34.92035 100    100      2        stamp       1 gpc1 3PI 3PI.PV3 bycoord   chip       null    null   null           null        null 55249   55250   null 0 0 |search by coords
    48 # just change the coordinates for the next request
    49 2       135.63231     34.92165 100    100      2  | different coords in same images of interest
    50 
    51 3       135.49921     34.92035 100    100      2        stamp       1 gpc1 3PI null byexp chip       o5249g0170o    null   XY62           null        null 0       0     null 0 0 |specific image
    52 4       135.49921     34.92035 100    100      2        stamp       3 gpc1 3PI null byexp chip       o5249g0170o    null   XY62           null        null 0       0     null 0 0 |image,mask,and weight
    53 5       135.49921     34.92035 100    100      2        stamp      63 gpc1 3PI null byexp chip       o5249g0170o    null   XY62           null        null 0       0     null 0 0 |image,mask,weight,cmf, psf,backmdl
    54 
     471       18.876667     -0.861489 100    100      2        stamp       1        gpc1 3PI            3PI.PV3 bycoord   chip       null    null   null           null        null 55249   0   null 0 0 |search by coords
     48# just change the coordinates for the next request keep other params the same
     492       18.87         -0.8616  100    100      2  | different coords in same images of interest
    5550}}}
    5651
     
    10196 * PSTAMP_SELECT_MASK      = 2;
    10297 * PSTAMP_SELECT_VARIANCE  = 4;
    103  * PSTAMP_SELECT_CMF       = 8;
    104  * PSTAMP_SELECT_PSF       = 16;
     98 * PSTAMP_SELECT_CMF          = 8;
     99 * PSTAMP_SELECT_PSF          = 16;
    105100 * PSTAMP_SELECT_BACKMDL   = 32;
     101 * PSTAMP_SELECT_JPEG        = 64
    106102 * PSTAMP_SELECT_UNCOMPRESSED = 512
    107103 * PSTAMP_SELECT_INVERSE   = 1024;
    108104 * PSTAMP_SELECT_UNCONV    = 2048;
    109105 * PSTAMP_RESTORE_BACKGROUND = 4096
     106 * PSTAMP_NO_WAIT_FOR_UPDATE = 32768
    110107
    111108