#include <pmPSF.h>
It is useful to generate a model to define the point-spread-function which describes the flux distribution for unresolved sources in an image. In general, the PSF varies with position in the image. We allow any of the source models defined for the pmModel to represent the PSF. For a given source model, the 2D spatial variation of all of the source parameters, except the first four PSF-independent parameters, are represented as polynomial, stored in a psArray. The other elements of the structure define the quality of the PSF determination.
Definition at line 31 of file pmPSF.h.
Data Fields | |
| pmModelType | type |
| PSF Model in use. | |
| psArray * | params |
| Model parameters (psPolynomial2D). | |
| float | chisq |
| PSF goodness statistic. | |
| float | ApResid |
| ??? | |
| float | dApResid |
| ??? | |
| float | skyBias |
| ??? | |
| int | nPSFstars |
| number of stars used to measure PSF | |
|
|
???
|
|
|
PSF goodness statistic.
|
|
|
???
|
|
|
number of stars used to measure PSF
|
|
|
Model parameters (psPolynomial2D).
|
|
|
???
|
|
|
PSF Model in use.
|
1.4.2