Changeset 5672 for trunk/psphot/src/psphot.h
- Timestamp:
- Dec 4, 2005, 5:33:32 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r5654 r5672 3 3 # include <unistd.h> // for unlink 4 4 # include <pslib.h> 5 # include <pmObjects.h> 6 # include <pmPSF.h> 7 # include <pmPSFtry.h> 8 # include <pmModelGroup.h> 5 9 # include "psLibUtils.h" 6 # include "pmObjects_EAM.h"7 10 # include "psModulesUtils.h" 8 # include "pmPSF.h"9 # include "pmPSFtry.h"10 # include "pmModelGroup.h"11 11 # include "psSparse.h" 12 13 # define psMemCopy(A)(psMemIncrRefCounter((A))) 12 14 13 15 typedef struct { … … 32 34 bool psphotSubtractPSF (pmSource *source); 33 35 int psphotSortBySN (const void **a, const void **b); 36 int psphotSortByY (const void **a, const void **b); 34 37 int psphotSaveImage (psMetadata *header, psImage *image, char *filename); 35 38 bool psphotDefinePixels (pmSource *mySource, const eamReadout *imdata, psF32 x, psF32 y, psF32 Radius); … … 61 64 psMetadata *modelTestArguments (int *argc, char **argv); 62 65 bool modelTestFitSource (eamReadout *imdata, psMetadata *config); 66 bool psphotEnsemblePSF (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky); 67 float psphotCrossProduct (pmSource *Mi, pmSource *Mj); 68 psPolynomial2D *psphotImageBackground (eamReadout *imdata, psMetadata *config, psStats *sky); 69 bool psphotReapplyPSF (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky); 70 71 pmModel *pmModelCopy (pmModel *model); 72 psArray *pmSourceContour_EAM (psImage *image, int x, int y, float threshold); 73 psMetadata *psphotTestArguments (int *argc, char **argv);
Note:
See TracChangeset
for help on using the changeset viewer.
