Changeset 7311 for trunk/psModules/src/objects/pmPSF.h
- Timestamp:
- Jun 2, 2006, 3:02:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSF.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSF.h
r6873 r7311 31 31 psArray *params; ///< Model parameters (psPolynomial2D) 32 32 psPolynomial1D *ChiTrend; ///< Chisq vs flux fit (correction for systematic errors) 33 psPolynomial4D *ApTrend; ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst) 34 pmGrowthCurve *growth; ///< apMag vs Radius33 psPolynomial4D *ApTrend; ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst)) 34 //pmGrowthCurve *growth; ///< apMag vs Radius // move to end as gdb is confused by it here 35 35 float ApResid; ///< apMag - psfMag (for PSF stars) 36 36 float dApResid; ///< scatter of ApResid … … 41 41 int nApResid; ///< number of stars used to measure ApResid 42 42 bool poissonErrors; 43 pmGrowthCurve *growth; ///< apMag vs Radius 43 44 } 44 45 pmPSF; … … 100 101 ); 101 102 102 bool pmPSF_MaskApTrend (p mPSF *psf, pmPSF_ApTrendOptions option);103 bool pmPSF_MaskApTrend (psPolynomial4D *trend, pmPSF_ApTrendOptions option); 103 104 104 105 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
