#include <pmModel.h>
Every source may have two types of models: a PSF model and a EXT (extended-source) model. The PSF model represents the best fit of the image PSF to the specific object. In this case, the PSF-dependent parameters are specified for the object by the PSF, not by the fit. The EXT model represents the best fit of the given model to the object, with all shape parameters floating in the fit.
Definition at line 38 of file pmModel.h.
Data Fields | |
| pmModelType | type |
| Model to be used. | |
| psVector * | params |
| Paramater values. | |
| psVector * | dparams |
| Parameter errors. | |
| float | chisq |
| Fit chi-squared. | |
| float | chisqNorm |
| re-normalized fit chi-squared. | |
| int | nDOF |
| number of degrees of freedom | |
| int | nIter |
| number of iterations to reach min | |
| pmModelStatus | status |
| fit status | |
| float | radiusFit |
| fit radius actually used | |
| psVector* pmModel::params |
| psVector* pmModel::dparams |
| float pmModel::chisq |
| float pmModel::chisqNorm |
| int pmModel::nDOF |
| int pmModel::nIter |
| float pmModel::radiusFit |
1.5.1