IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2012, 2:13:03 PM (14 years ago)
Author:
bills
Message:

add option to to ppstamp to return an entire file instead of a region of interest.
This is useful for two purposes.

  1. To undo the asinh storage for stacks
  2. To replace the astrometry from chip stage with the camera stage fit

Also fixed a bug in jpeg creation for chip stage. Dropped the flipping for chip
stage as well. That is incorrect. We want the jpeg to match the chip image.
Also made the default to no_censor_masked since that isn't the usual case now
that magic is no longer a requirement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/ppstampOptions.h

    r33378 r33504  
    88    // input arguments
    99    pstampROI   roip;
     10    bool        wholeFile;
    1011    psString    chipName;
    1112    psString    cellName;
    1213    psString    stage;
     14    bool        censorMasked;
     15    bool        writeJPEG;
     16    bool        nocompress;
    1317    //
    1418    // Calculated Values
    1519    //
     20    psString    outputFileRule;
    1621    psRegion    roi;            // roi in chip coordinates
    17     bool        censorMasked;
    18     bool        writeJPEG;
    1922} ppstampOptions;
    2023
Note: See TracChangeset for help on using the changeset viewer.