- Timestamp:
- Sep 22, 2007, 3:47:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070921/psModules/src/objects/pmPSF.h
r14980 r14986 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.16.2. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-09-22 02:20:11$8 * @version $Revision: 1.16.2.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-09-22 13:47:28 $ 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 11 11 */ … … 47 47 int nPSFstars; ///< number of stars used to measure PSF 48 48 int nApResid; ///< number of stars used to measure ApResid 49 bool poissonErrors; 49 int Nx, Ny; ///< reference image dimensions 50 bool poissonErrorsPhotLMM; ///< use poission errors for non-linear model fitting 51 bool poissonErrorsPhotLin; ///< use poission errors for linear model fitting 52 bool poissonErrorsParams; ///< use poission errors for model parameter fitting 50 53 pmGrowthCurve *growth; ///< apMag vs Radius 51 54 pmResiduals *residuals; ///< normalized residual image (no spatial variation) … … 60 63 int psfTrendNx; 61 64 int psfTrendNy; 62 bool poissonErrors; 65 bool poissonErrorsPhotLMM; ///< use poission errors for non-linear model fitting 66 bool poissonErrorsPhotLin; ///< use poission errors for linear model fitting 67 bool poissonErrorsParams; ///< use poission errors for model parameter fitting 68 float radius; 69 63 70 } pmPSFOptions; 64 71 … … 72 79 * 73 80 */ 74 pmPSF *pmPSFAlloc( 75 pmModelType type, // type of model for PSF 76 bool poissonErrors, 77 psPolynomial2D *psfTrendMask 78 ); 81 pmPSF *pmPSFAlloc (pmPSFOptions *options); 82 pmPSFOptions *pmPSFOptionsAlloc (); 79 83 80 84 double pmPSF_SXYfromModel (psF32 *modelPar);
Note:
See TracChangeset
for help on using the changeset viewer.
