Changeset 13035 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Apr 25, 2007, 3:35:50 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r13012 r13035 126 126 127 127 // linear PSF fit to peaks 128 psphot EnsemblePSF(readout, sources, recipe, psf, FALSE);128 psphotFitSourcesLinear (readout, sources, recipe, psf, FALSE); 129 129 if (dump) psphotSaveImage (NULL, readout->image, "image.v1.fits"); 130 130 if (!strcasecmp (breakPt, "ENSEMBLE")) { … … 141 141 142 142 // linear PSF fit to remaining peaks 143 psphot EnsemblePSF(readout, sources, recipe, psf, TRUE);143 psphotFitSourcesLinear (readout, sources, recipe, psf, TRUE); 144 144 if (dump) psphotSaveImage (NULL, readout->image, "image.v4.fits"); 145 145 if (!strcasecmp (breakPt, "PASS1")) { … … 192 192 193 193 // linear PSF fit to remaining peaks 194 psphot EnsemblePSF(readout, sources, recipe, psf, TRUE);194 psphotFitSourcesLinear (readout, sources, recipe, psf, TRUE); 195 195 if (dump) psphotSaveImage (NULL, readout->image, "image.v6.fits"); 196 196
Note:
See TracChangeset
for help on using the changeset viewer.
