- Timestamp:
- Oct 2, 2009, 5:10:19 PM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/objects/pmPSF.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
- Property svn:mergeinfo changed
-
branches/eam_branches/20090820/psModules/src/objects/pmPSF.h
r24206 r25766 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;
Note:
See TracChangeset
for help on using the changeset viewer.
