Changeset 10393 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Dec 1, 2006, 12:34:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r10271 r10393 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; … … 117 120 // linear PSF fit to remaining peaks 118 121 psphotEnsemblePSF (readout, sources, recipe, psf, TRUE); 122 123 // XXX test the plotting function 124 psphotPlotPSFModel (config, view, sources); 119 125 120 126 finish: … … 169 175 pmFPAfileDropInternal (config->files, "PSPHOT.BACKGND"); 170 176 177 psphotKapaClose (); 178 171 179 psFree (psf); 172 180 psFree (header);
Note:
See TracChangeset
for help on using the changeset viewer.
