Changeset 30636 for trunk/psLib/src/fits/psFits.h
- Timestamp:
- Feb 14, 2011, 2:58:01 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFits.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20101203 merged: 30118-30119,30255,30331,30419,30586-30587,30631
- Property svn:mergeinfo changed
-
trunk/psLib/src/fits/psFits.h
r25383 r30636 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 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) 53 58 } psFitsScaling; 54 59 … … 66 71 bool fuzz; ///< Fuzz the values when quantising floating-point values? 67 72 double bscale, bzero; ///< Manually specified BSCALE and BZERO (for SCALE_MANUAL) 73 double boffset; ///< Manually specified BOFFSET (for SCALE_MANUAL) 68 74 double mean, stdev; ///< Mean and standard deviation of image 69 75 int stdevBits; ///< Number of bits to sample a standard deviation (for SCALE_STDEV_*)
Note:
See TracChangeset
for help on using the changeset viewer.
