Definition in file pmPSFtry.h.
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) |
| pmPSFtryAlloc() | |
| pmPSFtry * | pmPSFtryModel (psArray *sources, char *modelName, float RADIUS, bool poissonErrors) |
| pmPSFtryModel() | |
| bool | pmPSFtryMetric (pmPSFtry *psfTry, float RADIUS) |
| pmPSFtryMetric() | |
| bool | pmPSFtryMetric_Alt (pmPSFtry *try, float RADIUS) |
| pmPSFtryMetric_Alt() | |
|
|
pmPSFtryMaskValues The following datatype defines the masks used by the pmPSFtry analysis to identify sources which should or should not be included in the analysis.
Definition at line 65 of file pmPSFtry.h. |
|
||||||||||||||||
|
Allocate a pmPSFtry data structure. |
|
||||||||||||
|
This function is used to measure the PSF model metric for the set of results contained in the pmPSFtry structure.
|
|
||||||||||||
|
This function is used to measure the PSF model metric for the set of results contained in the pmPSFtry structure (alternative implementation).
|
|
||||||||||||||||||||
|
This function takes the input collection of sources and performs a complete analysis to determine a PSF model of the given type (specified by model name). The result is a pmPSFtry with the results of the analysis. |
1.4.4