Changeset 12949 for trunk/psModules/src/objects/pmPSF.h
- Timestamp:
- Apr 21, 2007, 9:47:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSF.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSF.h
r11253 r12949 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 1-24 02:54:15$8 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-04-21 19:47:14 $ 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 11 11 */ … … 49 49 // unfitted elements (So, Io, Xo, Yo) and leave them as NULL 50 50 // I am using a new name to catch all refs to params with gcc 51 psPolynomial1D *ChiTrend; ///< Chisq vs flux fit (correction for systematic errors) 52 psPolynomial4D *ApTrend; ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst)) 53 //pmGrowthCurve *growth; ///< apMag vs Radius // move to end as gdb is confused by it here 54 float ApResid; ///< apMag - psfMag (for PSF stars) 55 float dApResid; ///< scatter of ApResid 56 float skyBias; ///< implied residual sky offset from ApResid fit 57 float skySat; ///< roll-over of ApResid fit 58 float chisq; ///< PSF goodness statistic (unused??) 59 int nPSFstars; ///< number of stars used to measure PSF 60 int nApResid; ///< number of stars used to measure ApResid 51 psPolynomial1D *ChiTrend; ///< Chisq vs flux fit (correction for systematic errors) 52 psPolynomial4D *ApTrend; ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst)) 53 float ApResid; ///< apMag - psfMag (for PSF stars) 54 float dApResid; ///< scatter of ApResid 55 float skyBias; ///< implied residual sky offset from ApResid fit 56 float skySat; ///< roll-over of ApResid fit 57 float chisq; ///< PSF goodness statistic (unused??) 58 int nPSFstars; ///< number of stars used to measure PSF 59 int nApResid; ///< number of stars used to measure ApResid 61 60 bool poissonErrors; 62 pmGrowthCurve *growth; ///< apMag vs Radius 61 pmGrowthCurve *growth; ///< apMag vs Radius 62 pmResiduals *residuals; ///< normalized residual image (no spatial variation) 63 63 } 64 64 pmPSF;
Note:
See TracChangeset
for help on using the changeset viewer.
