00001 00002 #ifndef PS_MODULE_UTILS 00003 #define PS_MODULE_UTILS 00004 00005 #include <strings.h> // for strcasecmp 00006 #include <pslib.h> 00007 #include "psLibUtils.h" 00008 #include "pmObjects.h" 00009 #include "pmModelGroup.h" 00010 00011 // psModule extra utilities 00012 // bool pmSourceFitModel_EAM(pmSource *source, pmModel *model, const bool PSF); 00013 bool pmModelFitStatus (pmModel *model); 00014 int pmSourceDophotType (pmSource *source); 00015 bool pmSourcePhotometry (float *fitMag, float *obsMag, pmModel *model, psImage *image, psImage *mask); 00016 00017 // XXX: unify with paul's image/header/metadata functions 00018 psF32 pmConfigLookupF32 (bool *status, psMetadata *config, psMetadata *header, char *name); 00019 00020 #endif
1.4.2