Changes between Version 18 and Version 19 of sample_pstamp_request
- Timestamp:
- Jan 31, 2015, 8:41:43 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sample_pstamp_request
v18 v19 26 26 # First line of data is for the extension header 27 27 # 28 # Note that value for REQ_NAME may be overriden by the pstamp_req_create command line argument --req_name 28 # Note that value for REQ_NAME may be overriden by the pstamp_req_create 29 # command line argument --req_name 29 30 # Blank and comment lines (like this one) are ignored 30 31 31 # REQ_NAME EXTVER32 test1.20100305T1134 1 32 # REQ_NAME EXTVER ACTION email 33 CHANGEME 2 PROCESS bills@ifa.hawaii.edu 33 34 34 35 # subsequent lines define the rows in the table 35 36 36 # If ROWNUM is set to zero, pstamp_request_file will set insert a value for each row beginning with 1 37 # If ROWNUM is set to zero, pstamp_request_file will set insert a value for 38 # each row beginning with 1 37 39 38 # Fields are separated by spaces. Text after the | character is saved in the request table in the column comment 40 # Fields are separated by spaces. Text after the | character is saved in the 41 # request table in the column comment 39 42 40 43 # 41 # ID | ROI Specification | JOB Specification | Images of interest specification42 # ROWNUM CENTER_X CENTER_Y WIDTH HEIGHT COORD_MASK JOB_TYPE OPTION_MASK PROJECT REQ_TYPE IMG_TYPE ID TESS_ID COMPONENT DATA_GROUP REQFILT MJD_MIN MJD_MAX | COMMENT44 # ID | ROI Specification | JOB Specification | Images of interest specification 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 43 46 # 44 1 135.49921 34.92035 100 100 2 stamp 1 gpc1 bycoord chip null null null null null 55249 55250|search by coords47 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 45 48 # just change the coordinates for the next request 46 49 2 135.63231 34.92165 100 100 2 | different coords in same images of interest 47 50 48 3 135.49921 34.92035 100 100 2 stamp 1 gpc1 byid chip 62326 null XY62 null null 0 0 |specific image 49 4 135.49921 34.92035 100 100 2 stamp 3 gpc1 byid chip 62326 null XY62 null null 0 0 |image,mask,and weight 50 5 135.49921 34.92035 100 100 2 stamp 63 gpc1 byid chip 62326 null XY62 null null 0 0 |image,mask,weight,cmf, psf,backmdl 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 51 55 }}} 52 56
