Changeset 10387 for branches/eam_01_branch/psphot/src/psphotReadout.c
- Timestamp:
- Dec 1, 2006, 12:24:13 PM (20 years ago)
- File:
-
- 1 edited
-
branches/eam_01_branch/psphot/src/psphotReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_01_branch/psphot/src/psphotReadout.c
r10281 r10387 70 70 return false; 71 71 } 72 // XXX test the plotting function 73 psphotPlotMoments (config, view, sources); 74 72 75 if (!strcasecmp (breakPt, "MOMENTS")) { 73 76 if (!psphotReadoutCleanup (config, readout, recipe, NULL, sources)) return false; 74 77 return true; 75 78 } 76 77 // XXX test the plotting function78 psphotPlotMoments (sources);79 79 80 80 // psphotTestPSF (readout, sources, recipe); … … 120 120 // linear PSF fit to remaining peaks 121 121 psphotEnsemblePSF (readout, sources, recipe, psf, TRUE); 122 123 // XXX test the plotting function 124 psphotPlotPSFModel (config, view, sources); 122 125 123 126 finish: … … 172 175 pmFPAfileDropInternal (config->files, "PSPHOT.BACKGND"); 173 176 177 psphotKapaClose (); 178 174 179 psFree (psf); 175 180 psFree (header);
Note:
See TracChangeset
for help on using the changeset viewer.
