Changeset 6825 for branches/rel10_ifa/psModules/src/objects/pmPSF.h
- Timestamp:
- Apr 10, 2006, 10:21:36 AM (20 years ago)
- File:
-
- 1 edited
-
branches/rel10_ifa/psModules/src/objects/pmPSF.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmPSF.h
r6556 r6825 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.1.22. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 3-09 03:14:23$8 * @version $Revision: 1.1.22.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-04-10 20:21:36 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 # ifndef PM_PSF_H 16 16 # define PM_PSF_H 17 18 # define PM_PSF_POISSON_WEIGHTS 1 17 19 18 20 /** pmPSF data structure … … 32 34 pmModelType type; ///< PSF Model in use 33 35 psArray *params; ///< Model parameters (psPolynomial2D) 36 psPolynomial1D *ChiTrend; ///< Chisq vs flux fit (correction for systematic errors) 34 37 psPolynomial4D *ApTrend; ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst) 35 38 pmGrowthCurve *growth; ///< apMag vs Radius 36 float ApResid; ///< ???37 float dApResid; ///< ???38 float skyBias; ///< ???39 float skySat; ///< ???40 float chisq; ///< PSF goodness statistic 39 float ApResid; ///< apMag - psfMag (for PSF stars) 40 float dApResid; ///< scatter of ApResid 41 float skyBias; ///< implied residual sky offset from ApResid fit 42 float skySat; ///< roll-over of ApResid fit 43 float chisq; ///< PSF goodness statistic (unused??) 41 44 int nPSFstars; ///< number of stars used to measure PSF 42 45 int nApResid; ///< number of stars used to measure ApResid
Note:
See TracChangeset
for help on using the changeset viewer.
