IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2007, 6:36:55 PM (19 years ago)
Author:
magnier
Message:

adding SN and flux elements to pmPeak, changing counts to value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPeaks.h

    r9881 r11159  
    1010 *  @author GLG, MHPCC
    1111 *
    12  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-11-07 09:07:42 $
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2007-01-19 04:36:53 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5252    float xf;                           ///< bicube fit to peak coord (x)
    5353    float yf;                           ///< bicube fit to peak coord (y)
    54     float counts;                       ///< Value of peak pixel (above sky?).
    55     pmPeakType type;                   ///< Description of peak.
     54    float value;                        ///< level in detection image
     55    float flux;                         ///< level in unsmoothed sci image
     56    float SN;                           ///< S/N implied by detection level
     57    pmPeakType type;   ///< Description of peak.
    5658}
    5759pmPeak;
Note: See TracChangeset for help on using the changeset viewer.