Changeset 25754 for trunk/psModules/src/objects/pmPSFtry.h
- Timestamp:
- Oct 2, 2009, 3:11:32 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSFtry.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.h
r21183 r25754 89 89 * 90 90 */ 91 pmPSFtry *pmPSFtryModel (const psArray *sources, const char *modelName, pmPSFOptions *options, psImageMaskType maskVal, psImageMaskType mark); 91 pmPSFtry *pmPSFtryModel ( 92 const psArray *sources, ///< PSF sources to use in the pmPSF model analysis 93 const char *modelName, ///< human-readable name of desired model 94 pmPSFOptions *options, 95 psImageMaskType maskVal, 96 psImageMaskType mark 97 ); 98 99 /** fit EXT models to all possible psf sources */ 100 bool pmPSFtryFitEXT (pmPSFtry *psfTry, pmPSFOptions *options, psImageMaskType maskVal, psImageMaskType markVal); 101 102 bool pmPSFtryMakePSF (pmPSFtry *psfTry); 103 104 bool pmPSFtryFitPSF (pmPSFtry *psfTry, pmPSFOptions *options, psImageMaskType maskVal, psImageMaskType markVal); 92 105 93 106 /** pmPSFtryMetric() … … 97 110 * 98 111 */ 99 bool pmPSFtryMetric( 100 pmPSFtry *psfTry, ///< Add comment. 101 pmPSFOptions *options ///< PSF fitting options 102 ); 112 bool pmPSFtryMetric(pmPSFtry *psfTry); 103 113 104 114 /** pmPSFtryMetric_Alt() … … 112 122 float RADIUS ///< Add comment. 113 123 ); 124 125 bool pmPSFFitShapeParams (pmPSF *psf, psArray *sources, psVector *x, psVector *y, psVector *srcMask); 126 127 float psVectorSystematicError (psVector *residuals, psVector *errors, float clipFraction); 128 129 /// @} 130 # endif 114 131 115 132 /** … … 125 142 * 126 143 */ 127 bool pmPSFFromPSFtry (pmPSFtry *psfTry);128 144 129 bool pmPSFFitShapeParams (pmPSF *psf, psArray *sources, psVector *x, psVector *y, psVector *srcMask);130 bool pmPSFFitShapeParamsMap (pmPSF *psf, int scale, float *scatterTotal, psVector *mask, psVector *x, psVector *y, psVector *mag, psVector *e0obs, psVector *e1obs, psVector *e2obs, psVector *dz);131 bool pmPSFShapeParamsScatter(float *scatterTotal, psVector *e0res, psVector *e1res, psVector *e2res, psVector *mask, psVectorMaskType maskValue, psStatsOptions stdevOpt);132 bool pmPSFShapeParamsErrors (float *errorFloor, psVector *mag, psVector *e0res, psVector *e1res, psVector *e2res, psVector *mask, int nGroup, psStatsOptions stdevOpt);133 134 /// @}135 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
