Definition in file pmPSFtry.h.
Go to the source code of this file.
Enumerations | |
| enum | { PSFTRY_MASK_CLEAR = 0x00, PSFTRY_MASK_OUTLIER = 0x01, PSFTRY_MASK_FLT_FAIL = 0x02, PSFTRY_MASK_PSF_FAIL = 0x04, PSFTRY_MASK_BAD_PHOT = 0x08, PSFTRY_MASK_ALL = 0x0f } |
| pmPSFtryMaskValues More... | |
Functions | |
| pmPSFtry * | pmPSFtryAlloc (psArray *stars, char *modelName) |
| pmPSFtryAlloc() | |
| pmPSFtry * | pmPSFtryModel (psArray *sources, char *modelName, float radius) |
| pmPSFtryModel() | |
| bool | pmPSFtryMetric (pmPSFtry *try, float RADIUS) |
| pmPSFtryMetric() | |
Variables | |
| enum { ... } | pmPSFtryMaskValues |
| pmPSFtryMaskValues | |
|
|
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 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.
|
|
|
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. |
1.4.2