Changeset 5958 for branches/eam_rel9_p0/psModules/src/objects/pmPSF.h
- Timestamp:
- Jan 9, 2006, 6:46:03 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/objects/pmPSF.h
r5255 r5958 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $9 * @date $Date: 200 5-10-10 19:53:40$8 * @version $Revision: 1.1.18.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-01-10 04:46:03 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 33 33 pmModelType type; ///< PSF Model in use 34 34 psArray *params; ///< Model parameters (psPolynomial2D) 35 psPolynomial3D *ApTrend; ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst) 36 float ApResid; ///< ??? 37 float dApResid; ///< ??? 38 float skyBias; ///< ??? 35 39 float chisq; ///< PSF goodness statistic 36 float ApResid; ///< ???37 float dApResid; ///< ???38 float skyBias; ///< ???39 40 int nPSFstars; ///< number of stars used to measure PSF 41 int nApResid; ///< number of stars used to measure ApResid 40 42 } 41 43 pmPSF;
Note:
See TracChangeset
for help on using the changeset viewer.
