Changes between Version 19 and Version 20 of sample_pstamp_request
- Timestamp:
- Jan 31, 2015, 9:10:27 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sample_pstamp_request
v19 v20 18 18 19 19 {{{ 20 # test 1.txt20 # test2.txt 21 21 22 22 # A sample Postage stamp request description file … … 31 31 32 32 # REQ_NAME EXTVER ACTION email 33 CHANGEME 2 PROCESS bills@ifa.hawaii.edu33 CHANGEME 2 PROCESS myemail@myinstitution.edu 34 34 35 35 # subsequent lines define the rows in the table … … 45 45 # 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 46 46 # 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 47 1 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 49 2 18.87 -0.8616 100 100 2 | different coords in same images of interest 55 50 }}} 56 51 … … 101 96 * PSTAMP_SELECT_MASK = 2; 102 97 * PSTAMP_SELECT_VARIANCE = 4; 103 * PSTAMP_SELECT_CMF = 8;104 * PSTAMP_SELECT_PSF = 16;98 * PSTAMP_SELECT_CMF = 8; 99 * PSTAMP_SELECT_PSF = 16; 105 100 * PSTAMP_SELECT_BACKMDL = 32; 101 * PSTAMP_SELECT_JPEG = 64 106 102 * PSTAMP_SELECT_UNCOMPRESSED = 512 107 103 * PSTAMP_SELECT_INVERSE = 1024; 108 104 * PSTAMP_SELECT_UNCONV = 2048; 109 105 * PSTAMP_RESTORE_BACKGROUND = 4096 106 * PSTAMP_NO_WAIT_FOR_UPDATE = 32768 110 107 111 108
