#include <pmObjects.h>
Every source may have two types of models: a PSF model and a FLT (floating) 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 FLT model represents the best fit of the given model to the object, with all parameters floating in the fit.
Definition at line 136 of file pmObjects.h.
Data Fields | |
| pmModelType | type |
| Model to be used. | |
| psVector * | params |
| Paramater values. | |
| psVector * | dparams |
| Parameter errors. | |
| float | chisq |
| Fit chi-squared. | |
| int | nDOF |
| number of degrees of freedom | |
| int | nIter |
| number of iterations to reach min | |
| float | radius |
| fit radius actually used | |
|
|
Fit chi-squared.
Definition at line 141 of file pmObjects.h. |
|
|
Parameter errors.
Definition at line 140 of file pmObjects.h. |
|
|
number of degrees of freedom
Definition at line 142 of file pmObjects.h. |
|
|
number of iterations to reach min
Definition at line 143 of file pmObjects.h. |
|
|
Paramater values.
Definition at line 139 of file pmObjects.h. |
|
|
fit radius actually used
Definition at line 144 of file pmObjects.h. |
|
|
Model to be used.
Definition at line 138 of file pmObjects.h. |
1.4.5