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/pmModel.h

    r17395 r20945  
    55 * @author EAM, IfA
    66 *
    7  * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-04-08 18:33:16 $
     7 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-12-09 21:16:09 $
    99 *
    1010 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1313# ifndef PM_MODEL_H
    1414# define PM_MODEL_H
     15
     16#include <pslib.h>
     17#include "pmPSF.h"
    1518
    1619/// @addtogroup Objects Object Detection / Analysis Functions
     
    8790    float chisq;                        ///< Fit chi-squared.
    8891    float chisqNorm;                    ///< re-normalized fit chi-squared.
    89     float mag;                          ///< integrated model magnitude
    90     float magErr;                       ///< integrated model magnitude error
     92    float mag;                          ///< integrated model magnitude
     93    float magErr;                       ///< integrated model magnitude error
    9194    int nDOF;                           ///< number of degrees of freedom
    9295    int nIter;                          ///< number of iterations to reach min
Note: See TracChangeset for help on using the changeset viewer.