Changeset 13052
- Timestamp:
- Apr 26, 2007, 3:22:58 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r13035 r13052 23 23 24 24 // XXX test functions 25 bool psphotTestPSF (pmReadout *readout, psArray *sources, psMetadata *recipe);26 bool pmPSFtestModel (psArray *sources, char *modelName, float RADIUS, bool poissonErrors, psPolynomial2D *psfTrendMask);27 bool psphotTestSourceOutput (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf);28 25 psArray *psphotFakeSources (); 29 26 … … 40 37 bool psphotPSFstats (pmReadout *readout, psMetadata *recipe, pmPSF *psf); 41 38 bool psphotMomentsStats (pmReadout *readout, psMetadata *recipe, psArray *sources); 39 #if NOT_IN_LIBPSPHOT 42 40 bool psphotEnsemblePSF (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf, bool final); 41 #endif 43 42 bool psphotFitSourcesLinear (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf, bool final); 44 43 bool psphotGuessModels (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf); … … 71 70 bool psphotDumpMoments (psMetadata *recipe, psArray *sources); 72 71 psMetadata *psphotDefineHeader (psMetadata *recipe); 73 bool psphotWeightBias (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf);74 72 int psphotSaveImage (psMetadata *header, psImage *image, char *filename); 75 73 bool psphotDumpConfig (pmConfig *config);
Note:
See TracChangeset
for help on using the changeset viewer.
