Changeset 16131 for branches/pap_branch_080117/psLib/src/fits/psFits.h
- Timestamp:
- Jan 17, 2008, 5:37:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080117/psLib/src/fits/psFits.h
r16122 r16131 4 4 * @author Robert DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1.35.2. 1$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-01-18 0 1:04:21$6 * @version $Revision: 1.35.2.2 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-01-18 03:37:50 $ 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 9 */ … … 47 47 PS_FITS_SCALE_NONE, ///< No auto-scaling to be applied (BSCALE = 1, BZERO = 0) 48 48 PS_FITS_SCALE_RANGE, ///< Auto-scale to preserve dynamic range 49 PS_FITS_SCALE_STDEV_ LOWER,///< Auto-scale to sample stdev, place mean at lower limit50 PS_FITS_SCALE_STDEV_ UPPER,///< Auto-scale to sample stdev, place mean at upper limit51 PS_FITS_SCALE_STDEV_ MIDDLE,///< Auto-scale to sample stdev, place mean at middle49 PS_FITS_SCALE_STDEV_POSITIVE, ///< Auto-scale to sample stdev, place mean at lower limit 50 PS_FITS_SCALE_STDEV_NEGATIVE, ///< Auto-scale to sample stdev, place mean at upper limit 51 PS_FITS_SCALE_STDEV_BOTH, ///< Auto-scale to sample stdev, place mean at middle 52 52 PS_FITS_SCALE_MANUAL ///< Manual scaling (use specified BSCALE and BZERO) 53 53 } psFitsScaling;
Note:
See TracChangeset
for help on using the changeset viewer.
