Changeset 12945
- Timestamp:
- Apr 20, 2007, 2:17:06 PM (19 years ago)
- Location:
- branches/eam_02_branch/psphot/src
- Files:
-
- 1 added
- 3 edited
-
Makefile.am (modified) (1 diff)
-
psphot.h (modified) (1 diff)
-
psphotReadout.c (modified) (2 diffs)
-
psphotTestSourceOutput.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psphot/src/Makefile.am
r12933 r12945 57 57 psphotMosaicSubimage.c \ 58 58 psphotMakeResiduals.c \ 59 psphotTestSourceOutput.c \ 59 60 psphotAddNoise.c 60 61 -
branches/eam_02_branch/psphot/src/psphot.h
r12933 r12945 19 19 bool psphotDefineFiles (pmConfig *config, pmFPAfile *input); 20 20 21 21 22 // XXX test functions 22 23 bool psphotTestPSF (pmReadout *readout, psArray *sources, psMetadata *recipe); 23 24 bool pmPSFtestModel (psArray *sources, char *modelName, float RADIUS, bool poissonErrors, psPolynomial2D *psfTrendMask); 24 25 bool psphotTestSourceOutput (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf); 25 26 psArray *psphotFakeSources (); 26 27 -
branches/eam_02_branch/psphot/src/psphotReadout.c
r12792 r12945 64 64 } 65 65 66 // psArray *bounds = psphotGetBounds (); 67 // psArray *sources = psphotBoundsToSources (); 68 66 69 // construct sources and measure basic stats 67 70 psArray *sources = psphotSourceStats (readout, recipe, peaks); … … 106 109 psphotGuessModels (readout, sources, recipe, psf); 107 110 111 // XXX test output of models 112 // psphotTestSourceOutput (readout, sources, recipe, psf); 113 108 114 if (dump) psphotSaveImage (NULL, readout->image, "image.v0.fits"); 109 115
Note:
See TracChangeset
for help on using the changeset viewer.
