Changeset 5983
- Timestamp:
- Jan 13, 2006, 9:01:27 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/objects/pmPSF.h
r5958 r5983 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.1.18. 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-01-1 0 04:46:03$8 * @version $Revision: 1.1.18.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-01-14 07:01:27 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 # define PM_PSF_H 17 17 18 #include "pmGrowthCurve.h" 18 19 19 20 /** pmPSF data structure … … 33 34 pmModelType type; ///< PSF Model in use 34 35 psArray *params; ///< Model parameters (psPolynomial2D) 35 psPolynomial3D *ApTrend; ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst) 36 psPolynomial4D *ApTrend; ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst) 37 pmGrowthCurve *growth; ///< apMag vs Radius 36 38 float ApResid; ///< ??? 37 39 float dApResid; ///< ??? 38 40 float skyBias; ///< ??? 41 float skySat; ///< ??? 39 42 float chisq; ///< PSF goodness statistic 40 43 int nPSFstars; ///< number of stars used to measure PSF … … 43 46 pmPSF; 44 47 48 typedef enum { 49 PM_PSF_NONE, 50 PM_PSF_CONSTANT, 51 PM_PSF_SKYBIAS, 52 PM_PSF_SKYSAT, 53 PM_PSF_XY_LIN, 54 PM_PSF_XY_QUAD, 55 PM_PSF_SKY_XY_LIN, 56 PM_PSF_SKYSAT_XY_LIN, 57 PM_PSF_ALL 58 } pmPSF_ApTrendOptions; 45 59 46 60 /** … … 87 101 ); 88 102 103 bool pmPSF_MaskApTrend (pmPSF *psf, pmPSF_ApTrendOptions option); 104 89 105 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
