Definition in file pmSourcePhotometry.h.
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 } |
| 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) |
| float | pmSourceCrossProduct (pmSource *Mi, pmSource *Mj) |
| float | pmSourceCrossWeight (pmSource *Mi, pmSource *Mj) |
| bool | pmSourcePixelWeight (float *pixWeight, pmModel *model, psImage *image, psImage *mask) |
|
|
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. In practice, we integrate the model beyond 50sigma. The aperture magnitude is defined as -2.5log(flux) , where the flux is summed for all pixels which are not excluded by the aperture mask. The model flux is calculated by calling the model-specific function provided by pmModelFlux_GetFunction. XXX: must code this. Definition at line 28 of file pmSourcePhotometry.h. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
1.4.4