Changeset 5803
- Timestamp:
- Dec 17, 2005, 10:31:07 AM (20 years ago)
- Location:
- branches/eam_rel9_b0/psModules/src/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_b0/psModules/src/objects/pmPSF.c
r5724 r5803 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.1.10. 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-12- 07 19:08:49$8 * @version $Revision: 1.1.10.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-12-17 20:30:43 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 84 84 psf->dApResid = 0.0; 85 85 psf->skyBias = 0.0; 86 psf->ApTrend = psPolynomial3DAlloc (1, 1, 1, PS_POLYNOMIAL_ORD); 87 // XXX EAM : need to set the coefficient masks 86 88 87 89 Nparams = pmModelParameterCount (type); -
branches/eam_rel9_b0/psModules/src/objects/pmPSF.h
r5255 r5803 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $9 * @date $Date: 2005-1 0-10 19:53:40$8 * @version $Revision: 1.1.12.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-12-17 20:31:07 $ 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 40 41 }
Note:
See TracChangeset
for help on using the changeset viewer.
