| 47 | | 0 135.49921 34.92035 100 100 2 stamp 1 gpc1 byid chip 62326 null XY62 null null 0 0 |specific image |
| 48 | | 0 135.49921 34.92035 100 100 2 stamp 3 gpc1 byid chip 62326 null XY62 null null 0 0 |image,mask,and weight |
| 49 | | 0 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 |
| | 47 | 3 135.49921 34.92035 100 100 2 stamp 1 gpc1 byid chip 62326 null XY62 null null 0 0 |specific image |
| | 48 | 4 135.49921 34.92035 100 100 2 stamp 3 gpc1 byid chip 62326 null XY62 null null 0 0 |image,mask,and weight |
| | 49 | 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 |
| 52 | | 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.). |
| 53 | | If a column with string type is not required for a given request specification it may be given the value 'null'. |
| 54 | | For example in row 12 component is set to null. This tells the postage stamp server to check all chips |
| | 52 | The columns in the request file have three purposes |
| | 53 | * Define the "Region of Interest" |
| | 54 | * Define the "Images of Interest" |
| | 55 | * Specify what the job does |
| 60 | | Note that at this time REQ_TYPE bycoord and byskycell have not yet been implemented. |
| | 61 | These sample requests all use the most commononly used mode (COORD_MASK = 2). This means that center is specified |
| | 62 | in sky coordinates while width and height are in pixels. |
| | 63 | |
| | 64 | The images of interest may be selected in many ways. The REQ_TYPE column has the following values |
| | 65 | * byid |
| | 66 | * byexp |
| | 67 | * byskycell |
| | 68 | * bydiff |
| | 69 | * bycoord |
| | 70 | |
| | 71 | The first sample row is a bycoord request. Requests of this type are currently quite expensive for the postage stamp server |
| | 72 | to process. Depending on the field they can generate a large number of images of interest (many which are probably not |
| | 73 | available). |
| | 74 | |
| | 75 | Many of the other columns apply cuts to the images of interest. In the first request MJD_MIN and MJD_MAX are set |
| | 76 | restricting the look ups to a given date range |
| | 77 | If a column with string type is not needed for a given request specification it may be given the value 'null'. |
| | 78 | In the first row ID, TESS_ID, COMPONENT, DATA_GROUP, and REQFILT are null. |
| | 79 | |
| | 80 | For the second row we want to just change the coordinates so we just provide the ROI specification. |
| | 81 | The other paramters will be copied from the previous row. |
| | 82 | |
| | 83 | OPTION_MASK is used to select which data products are returned. This value is a bitwise or of the following |
| | 84 | values |
| | 85 | |
| | 86 | * PSTAMP_SELECT_IMAGE = 1; |
| | 87 | * PSTAMP_SELECT_MASK = 2; |
| | 88 | * PSTAMP_SELECT_VARIANCE = 4; |
| | 89 | * PSTAMP_SELECT_CMF = 8; |
| | 90 | * PSTAMP_SELECT_PSF = 16; |
| | 91 | * PSTAMP_SELECT_BACKMDL = 32; |
| | 92 | * PSTAMP_SELECT_INVERSE = 1024; |
| | 93 | * PSTAMP_SELECT_UNCONV = 2048; |
| | 94 | |
| | 95 | Row 1 selects stamps from the image. Row 3 also requests stamps from the mask and variance images. Row 5 |
| | 96 | requests that the sources (cmf), psf, and background model files from the chipRun be included in the results file set. |
| | 97 | Note that the region of interest has no effect on these data products. They are returned in full. |