Changeset 30419 for branches/czw_branch/20101203/psLib/src/fits/psFits.h
- Timestamp:
- Jan 28, 2011, 3:13:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203/psLib/src/fits/psFits.h
r30119 r30419 50 50 PS_FITS_SCALE_STDEV_NEGATIVE, ///< Auto-scale to sample stdev, place mean at upper limit 51 51 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 53 PS_FITS_SCALE_LOG_RANGE, ///< Take logarithm, Auto-scale to preserve dynamic range 53 54 PS_FITS_SCALE_LOG_STDEV_POSITIVE, ///< Take logarithm, Auto-scale to sample stdev, place mean at lower limit 54 55 PS_FITS_SCALE_LOG_STDEV_NEGATIVE, ///< Take logarithm, Auto-scale to sample stdev, place mean at upper limit 55 56 PS_FITS_SCALE_LOG_STDEV_BOTH, ///< Take logarithm, Auto-scale to sample stdev, place mean at middle 56 57 PS_FITS_SCALE_MANUAL ///< Manual scaling (use specified BSCALE and BZERO) 57 PS_FITS_SCALE_LOG_MANUAL ///< Manual scaling (use specified BSCALE, BZERO, and BOFFSET) 58 58 } psFitsScaling; 59 59 … … 71 71 bool fuzz; ///< Fuzz the values when quantising floating-point values? 72 72 double bscale, bzero; ///< Manually specified BSCALE and BZERO (for SCALE_MANUAL) 73 double boffset; ///< Manually specified BOFFSET (for SCALE_MANUAL) 73 74 double mean, stdev; ///< Mean and standard deviation of image 74 75 int stdevBits; ///< Number of bits to sample a standard deviation (for SCALE_STDEV_*)
Note:
See TracChangeset
for help on using the changeset viewer.
