#include <pmPSF.h>
Collaboration diagram for pmPSF:

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 28 of file pmPSF.h.
Data Fields | |
| pmModelType | type |
| PSF Model in use. | |
| psArray * | params |
| Model parameters (psPolynomial2D). | |
| psPolynomial1D * | ChiTrend |
| Chisq vs flux fit (correction for systematic errors). | |
| psPolynomial4D * | ApTrend |
| ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst)). | |
| float | ApResid |
| apMag - psfMag (for PSF stars) | |
| float | dApResid |
| scatter of ApResid | |
| float | skyBias |
| implied residual sky offset from ApResid fit | |
| float | skySat |
| roll-over of ApResid fit | |
| float | chisq |
| PSF goodness statistic (unused??). | |
| int | nPSFstars |
| number of stars used to measure PSF | |
| int | nApResid |
| number of stars used to measure ApResid | |
| bool | poissonErrors |
| pmGrowthCurve * | growth |
| apMag vs Radius | |
|
|
apMag - psfMag (for PSF stars)
|
|
|
ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst)).
|
|
|
PSF goodness statistic (unused??).
|
|
|
Chisq vs flux fit (correction for systematic errors).
|
|
|
scatter of ApResid
|
|
|
apMag vs Radius
|
|
|
number of stars used to measure ApResid
|
|
|
number of stars used to measure PSF
|
|
|
Model parameters (psPolynomial2D).
|
|
|
|
|
|
implied residual sky offset from ApResid fit
|
|
|
roll-over of ApResid fit
|
|
|
PSF Model in use.
|
1.4.4