- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/objects/pmPSF.h
r24206 r27840 38 38 * 39 39 */ 40 typedef struct 41 { 40 typedef struct { 42 41 pmModelType type; ///< PSF Model in use 43 42 psArray *params; ///< Model parameters (psPolynomial2D) … … 65 64 pmGrowthCurve *growth; ///< apMag vs Radius 66 65 pmResiduals *residuals; ///< normalized residual image (no spatial variation) 67 } 68 pmPSF; 66 } pmPSF; 69 67 70 68 typedef struct { … … 81 79 bool poissonErrorsPhotLin; ///< use poission errors for linear model fitting 82 80 bool poissonErrorsParams; ///< use poission errors for model parameter fitting 83 float radius; 81 float fitRadius; 82 float apRadius; 84 83 bool chiFluxTrend; // Fit a trend in Chi2 as a function of flux? 85 84 } pmPSFOptions; … … 112 111 psEllipseAxes pmPSF_ModelToAxes (psF32 *modelPar, double maxAR); 113 112 113 /// Calculate FWHM value from a PSF 114 float pmPSFtoFWHM( 115 const pmPSF *psf, // PSF of interest 116 float x, float y // Position of interest 117 ); 118 119 114 120 /// @} 115 121 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
