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

Go to the source code of this file.
Data Structures | |
| struct | pmPSFtry |
| This structure contains a pointer to the collection of sources which will be used to test the PSF model form. More... | |
Enumerations | |
| enum | pmPSFtryMaskValues { PSFTRY_MASK_CLEAR = 0x00, PSFTRY_MASK_OUTLIER = 0x01, PSFTRY_MASK_EXT_FAIL = 0x02, PSFTRY_MASK_PSF_FAIL = 0x04, PSFTRY_MASK_BAD_PHOT = 0x08, PSFTRY_MASK_ALL = 0x0f } |
| pmPSFtryMaskValues More... | |
Functions | |
| pmPSFtry * | pmPSFtryAlloc (psArray *sources, char *modelName, bool poissonErrors, psPolynomial2D *psfTrendMask) |
| pmPSFtryAlloc() | |
| pmPSFtry * | pmPSFtryModel (psArray *sources, char *modelName, float RADIUS, bool poissonErrors, psPolynomial2D *psfTrendMask, bool applyWeights) |
| pmPSFtryModel() | |
| bool | pmPSFtryMetric (pmPSFtry *psfTry, float RADIUS) |
| pmPSFtryMetric() | |
| bool | pmPSFtryMetric_Alt (pmPSFtry *try, float RADIUS) |
| pmPSFtryMetric_Alt() | |
| bool | pmPSFFromPSFtry (pmPSFtry *psfTry, bool applyWeights) |
| This function takes a collection of pmModel fitted models from across a single image and builds a pmPSF representation of the PSF. | |
1.5.1