IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 6, 2008, 10:09:21 AM (18 years ago)
Author:
eugene
Message:

track which peaks have been assigned to sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080324/psModules/src/objects/pmPeaks.h

    r15984 r17332  
    1010 * @author GLG, MHPCC
    1111 *
    12  * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    13  * @date $Date: 2008-01-02 20:42:46 $
     12 * @version $Revision: 1.10.6.1 $ $Name: not supported by cvs2svn $
     13 * @date $Date: 2008-04-06 20:09:21 $
    1414 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1515 */
     
    5858    float flux;                         ///< level in unsmoothed sci image
    5959    float SN;                           ///< S/N implied by detection level
    60     pmPeakType type;   ///< Description of peak.
     60    bool assigned;                      ///< is peak assigned to a source?
     61    pmPeakType type;                    ///< Description of peak.
    6162}
    6263pmPeak;
Note: See TracChangeset for help on using the changeset viewer.