This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | pmSourcePhotometryMode { PM_SOURCE_PHOT_NONE = 0x0000, PM_SOURCE_PHOT_GROWTH = 0x0001, PM_SOURCE_PHOT_APCORR = 0x0002, PM_SOURCE_PHOT_WEIGHT = 0x0004, PM_SOURCE_PHOT_INTERP = 0x0008 } |
| The function returns both the magnitude of the fit, defined as -2.5log(flux), where the flux is integrated under the model, theoretically from a radius of 0 to infinity. More... | |
Functions | |
| bool | pmSourcePhotometryModel (float *fitMag, pmModel *model) |
| bool | pmSourcePhotometryAper (float *apMag, pmModel *model, psImage *image, psImage *mask) |
| bool | pmSourceMagnitudesInit (psMetadata *config) |
| bool | pmSourceMagnitudes (pmSource *source, pmPSF *psf, pmSourcePhotometryMode mode) |
| double | pmSourceCrossProduct (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum) |
| double | pmSourceCrossWeight (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum) |
| bool | pmSourcePixelWeight (float *pixWeight, pmModel *model, psImage *image, psImage *mask) |
| bool | pmSourceChisq (pmModel *model, psImage *image, psImage *mask, psImage *weight) |
| pmModel * | pmSourceGetModel (bool *isPSF, const pmSource *source) |
| double | pmSourceWeight (const pmSource *Mi, int term, const bool unweighted_sum) |
1.5.1