IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17332


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

track which peaks have been assigned to sources

Location:
branches/eam_branch_20080324/psModules/src/objects
Files:
2 edited

Legend:

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

    r15979 r17332  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2008-01-02 20:38:28 $
     8 *  @version $Revision: 1.19.6.1 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2008-04-06 20:09:21 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    141141    tmp->xf = x;
    142142    tmp->yf = y;
    143 
     143    tmp->assigned = false;
    144144    tmp->type = type;
    145145
  • 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.