IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2008, 11:16:09 AM (17 years ago)
Author:
Paul Price
Message:

Adding required headers

File:
1 edited

Legend:

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

    r20937 r20945  
    1010 * @author GLG, MHPCC
    1111 *
    12  * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    13  * @date $Date: 2008-12-08 02:51:14 $
     12 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     13 * @date $Date: 2008-12-09 21:16:09 $
    1414 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1515 */
     
    1717# ifndef PM_PEAKS_H
    1818# define PM_PEAKS_H
     19
     20#include <pslib.h>
     21#include "pmFootprint.h"
    1922
    2023/// @addtogroup Objects Object Detection / Analysis Functions
     
    5962    float SN;                           ///< S/N implied by detection level
    6063    bool assigned;                      ///< is peak assigned to a source?
    61     pmPeakType type;                    ///< Description of peak.
    62     pmFootprint *footprint;     ///< reference to containing footprint
     64    pmPeakType type;                    ///< Description of peak.
     65    pmFootprint *footprint;     ///< reference to containing footprint
    6366}
    6467pmPeak;
Note: See TracChangeset for help on using the changeset viewer.