IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 15 and Version 16 of sample_pstamp_request


Ignore:
Timestamp:
Mar 22, 2013, 12:31:45 PM (13 years ago)
Author:
Mark Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sample_pstamp_request

    v15 v16  
    9898 * PSTAMP_SELECT_PSF       = 16;
    9999 * PSTAMP_SELECT_BACKMDL   = 32;
     100 * PSTAMP_SELECT_UNCOMPRESSED = 512
    100101 * PSTAMP_SELECT_INVERSE   = 1024;
    101102 * PSTAMP_SELECT_UNCONV    = 2048;
     103 * PSTAMP_RESTORE_BACKGROUND = 4096
     104
    102105
    103106Row 1 selects stamps from the image. Row 3 also requests stamps from the mask and variance images. Row 5
     
    106109
    107110ndeacon- 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