IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2011, 2:58:01 PM (15 years ago)
Author:
watersc1
Message:

merge from czw_branch of logflux code

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psLib/src/fits/psFits.h

    r25383 r30636  
    5050    PS_FITS_SCALE_STDEV_NEGATIVE,       ///< Auto-scale to sample stdev, place mean at upper limit
    5151    PS_FITS_SCALE_STDEV_BOTH,           ///< Auto-scale to sample stdev, place mean at middle
    52     PS_FITS_SCALE_MANUAL                ///< Manual scaling (use specified BSCALE and BZERO)
     52    PS_FITS_SCALE_MANUAL,                ///< Manual scaling (use specified BSCALE and BZERO)
     53    PS_FITS_SCALE_LOG_RANGE,            ///< Take logarithm, Auto-scale to preserve dynamic range
     54    PS_FITS_SCALE_LOG_STDEV_POSITIVE,   ///< Take logarithm, Auto-scale to sample stdev, place mean at lower limit
     55    PS_FITS_SCALE_LOG_STDEV_NEGATIVE,   ///< Take logarithm, Auto-scale to sample stdev, place mean at upper limit
     56    PS_FITS_SCALE_LOG_STDEV_BOTH,       ///< Take logarithm, Auto-scale to sample stdev, place mean at middle
     57    PS_FITS_SCALE_LOG_MANUAL            ///< Manual scaling (use specified BSCALE, BZERO, and BOFFSET)
    5358} psFitsScaling;
    5459
     
    6671    bool fuzz;                          ///< Fuzz the values when quantising floating-point values?
    6772    double bscale, bzero;               ///< Manually specified BSCALE and BZERO (for SCALE_MANUAL)
     73    double boffset;                     ///< Manually specified BOFFSET (for SCALE_MANUAL)
    6874    double mean, stdev;                 ///< Mean and standard deviation of image
    6975    int stdevBits;                      ///< Number of bits to sample a standard deviation (for SCALE_STDEV_*)
Note: See TracChangeset for help on using the changeset viewer.