Changes between Version 1 and Version 2 of sample_pstamp_request
- Timestamp:
- Sep 10, 2009, 4:02:17 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sample_pstamp_request
v1 v2 54 54 }}} 55 55 56 If the - req_name parameter is omitted, the REQ_NAME given in the input file will be used.56 If the --req_name parameter is omitted, the REQ_NAME given in the input file will be used (in this example CHANGEME). 57 57 58 58 This file uses the 'bydiff' mode which selects the images of interest based on a diff_skyfile_id. The next file shows … … 92 92 }}} 93 93 94 Most of these request specifications only request the image (OPTION_MASK = 1). 95 An exception is row 12 which has OPTION_MASK = 7. This will request the mask and variance images as well. 94 When REQ_MODE is 'byid' the ID column is interpreted as the id of the run that corresponds to the IMG_TYPE (exp_id, chip_id, warp_id, etc.). 95 If a column with string type is not required for a given request specification it may be given the value 'null'. 96 For example in row 12 component is set to null. This tells the postage stamp server to check all chips 97 98 Most of these request specifications only request stamps from the image (OPTION_MASK = 1). 99 An exception is row 12 which has OPTION_MASK = 7. This requests stamps from the mask and variance images be made as well. 96 100 Soon more bits of this this column will be used to select other output products (psf files for example). 97 101 98 If a column with string is not required for a given request specfication, it may be given the value 'null' 102 Note that at this time REQ_TYPE bycoord and byskycell have not yet been implemented. 99 103 104
