Changeset 14780
- Timestamp:
- Sep 7, 2007, 10:27:58 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070830/psModules/src/objects/pmPSF.h
r14652 r14780 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 8-24 00:11:02$8 * @version $Revision: 1.15.2.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-09-07 20:27:58 $ 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 11 11 */ … … 49 49 pmModelType type; ///< PSF Model in use 50 50 psArray *params; ///< Model parameters (psPolynomial2D) 51 psPolynomial1D *ChiTrend; ///< Chisq vs flux fit (correction for systematic errors) 52 psPolynomial4D *ApTrend; ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst)) 51 psPolynomial1D *ChiTrend; ///< Chisq vs flux fit (correction for systematic errors) 52 pmTrend2D *ApTrend; ///< ApResid vs (x,y) 53 pmTrend2D *FluxScale; ///< Flux for PSF at (x,y) for normalization = 1.0 53 54 float ApResid; ///< apMag - psfMag (for PSF stars) 54 55 float dApResid; ///< scatter of ApResid
Note:
See TracChangeset
for help on using the changeset viewer.
