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.c

    r16122 r16131  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.76.2.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2008-01-18 01:04:21 $
     9 *  @version $Revision: 1.76.2.2 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2008-01-18 03:37:50 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    174174    fits->mean = NAN;
    175175    fits->stdev = NAN;
    176     fits->stdevBits = 8;
     176    fits->stdevBits = 4;
    177177    fits->stdevNum = 5.0;
    178178
Note: See TracChangeset for help on using the changeset viewer.