EAM, IfA
Definition in file pmObjects.h.
#include <stdio.h>
#include <math.h>
#include "pslib.h"
Include dependency graph for pmObjects.h:

Go to the source code of this file.
Defines | |
| #define | PM_OBJECTS_H |
Functions | |
| int | pmSourceDophotType (pmSource *source) |
| This function converts the source classification into the closest available approximation to the Dophot classification scheme: XXX EAM : fix this to use current source classification scheme. | |
| int | pmSourceSextractType (pmSource *source) |
| pmSourceSextractType() | |
|
|
Definition at line 20 of file pmObjects.h. |
|
|
This function converts the source classification into the closest available approximation to the Dophot classification scheme: XXX EAM : fix this to use current source classification scheme. PM_SOURCE_DEFECT: 8 PM_SOURCE_SATURATED: 8 PM_SOURCE_SATSTAR: 10 PM_SOURCE_PSFSTAR: 1 PM_SOURCE_GOODSTAR: 1 PM_SOURCE_POOR_FIT_PSF: 7 PM_SOURCE_FAIL_FIT_PSF: 4 PM_SOURCE_FAINTSTAR: 4 PM_SOURCE_GALAXY: 2 PM_SOURCE_FAINT_GALAXY: 2 PM_SOURCE_DROP_GALAXY: 2 PM_SOURCE_FAIL_FIT_GAL: 2 PM_SOURCE_POOR_FIT_GAL: 2 PM_SOURCE_OTHER: ?
|
|
|
This function converts the source classification into the closest available approximation to the Sextractor classification scheme. the correspondence is not yet defined (TBD) . XXX: Must code this.
|
1.4.4