Changes between Version 15 and Version 16 of sample_pstamp_request
- Timestamp:
- Mar 22, 2013, 12:31:45 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sample_pstamp_request
v15 v16 98 98 * PSTAMP_SELECT_PSF = 16; 99 99 * PSTAMP_SELECT_BACKMDL = 32; 100 * PSTAMP_SELECT_UNCOMPRESSED = 512 100 101 * PSTAMP_SELECT_INVERSE = 1024; 101 102 * PSTAMP_SELECT_UNCONV = 2048; 103 * PSTAMP_RESTORE_BACKGROUND = 4096 104 102 105 103 106 Row 1 selects stamps from the image. Row 3 also requests stamps from the mask and variance images. Row 5 … … 106 109 107 110 ndeacon- I've written a very simple bit of c code that takes an input filename, a name for the request and a filter request (ie. y,z,null etc) and writes a table (or several tables of up to 1000 objects for large requests) for putting in to pstamp_request_file. It only gives a 100*100 pixel stamp image although feel free to edit it to do more stuff. The file is attached. 108
