IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 9:16:49 PM (20 years ago)
Author:
magnier
Message:

removed variables named "class", added typedef to pmPSFtryMaskValues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/objects/pmObjects.h

    r6183 r6380  
    1010 *  @author GLG, MHPCC
    1111 *
    12  *  @version $Revision: 1.4.4.6 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-01-22 21:12:20 $
     12 *  @version $Revision: 1.4.4.7 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-02-08 07:16:49 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7474    int y;                              ///< Y-coordinate of peak pixel.
    7575    float counts;                       ///< Value of peak pixel (above sky?).
    76     pmPeakType class;                   ///< Description of peak.
     76    pmPeakType type;                   ///< Description of peak.
    7777}
    7878pmPeak;
     
    219219    int y,    ///< Col-coordinate in image space
    220220    float counts,   ///< The value of the peak pixel
    221     pmPeakType class   ///< The type of peak pixel
     221    pmPeakType type   ///< The type of peak pixel
    222222);
    223223
Note: See TracChangeset for help on using the changeset viewer.