Changeset 31618 for branches/czw_branch/20110406/psLib/src/fits/psFits.h
- Timestamp:
- Jun 8, 2011, 2:41:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406/psLib/src/fits/psFits.h
r30636 r31618 55 55 PS_FITS_SCALE_LOG_STDEV_NEGATIVE, ///< Take logarithm, Auto-scale to sample stdev, place mean at upper limit 56 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) 57 PS_FITS_SCALE_LOG_MANUAL, ///< Manual scaling (use specified BSCALE, BZERO, and BOFFSET) 58 PS_FITS_SCALE_ASINH_RANGE, ///< Do asinh scaling, auto-scale to preserve dynamic range 59 PS_FITS_SCALE_ASINH_STDEV_POSITIVE, ///< Do asinh scaling, auto-scale to sample stdev, place mean at lower limit 60 PS_FITS_SCALE_ASINH_STDEV_NEGATIVE, ///< Do asinh scaling, auto-scale to sample stdev, place mean at upper limit 61 PS_FITS_SCALE_ASINH_STDEV_BOTH, ///< Do asinh scaling, auto-scale to sample stdev, place mean at middle 62 PS_FITS_SCALE_ASINH_MANUAL ///< Manual scaling after doing asinh scaling. 58 63 } psFitsScaling; 59 64 … … 72 77 double bscale, bzero; ///< Manually specified BSCALE and BZERO (for SCALE_MANUAL) 73 78 double boffset; ///< Manually specified BOFFSET (for SCALE_MANUAL) 79 double bsoften; ///< Manuallly specified BSOFTEN (for SCALE_MANUAL) 74 80 double mean, stdev; ///< Mean and standard deviation of image 75 81 int stdevBits; ///< Number of bits to sample a standard deviation (for SCALE_STDEV_*)
Note:
See TracChangeset
for help on using the changeset viewer.
