IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2008, 5:37:50 PM (19 years ago)
Author:
Paul Price
Message:

Renaming STDEV_LOWER, STDEV_UPPER, STDEV_MIDDLE --> STDEV_POSITIVE, STDEV_NEGATIVE, STDEV_BOTH. This indicates the kind of image directly, rather than a technical property of the image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080117/psLib/src/fits/psFits.h

    r16122 r16131  
    44 * @author Robert DeSonia, MHPCC
    55 *
    6  * @version $Revision: 1.35.2.1 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-01-18 01:04:21 $
     6 * @version $Revision: 1.35.2.2 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-01-18 03:37:50 $
    88 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    99 */
     
    4747    PS_FITS_SCALE_NONE,                 ///< No auto-scaling to be applied (BSCALE = 1, BZERO = 0)
    4848    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 limit
    50     PS_FITS_SCALE_STDEV_UPPER,          ///< Auto-scale to sample stdev, place mean at upper limit
    51     PS_FITS_SCALE_STDEV_MIDDLE,         ///< Auto-scale to sample stdev, place mean at middle
     49    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
    5252    PS_FITS_SCALE_MANUAL                ///< Manual scaling (use specified BSCALE and BZERO)
    5353} psFitsScaling;
Note: See TracChangeset for help on using the changeset viewer.