Changeset 12978 for branches/eam_02_branch/psphot/src/psphotReadout.c
- Timestamp:
- Apr 23, 2007, 4:54:30 PM (19 years ago)
- File:
-
- 1 edited
-
branches/eam_02_branch/psphot/src/psphotReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psphot/src/psphotReadout.c
r12945 r12978 115 115 116 116 // linear PSF fit to peaks 117 psphot EnsemblePSF(readout, sources, recipe, psf, FALSE);117 psphotFitSourcesLinear (readout, sources, recipe, psf, FALSE); 118 118 if (dump) psphotSaveImage (NULL, readout->image, "image.v1.fits"); 119 119 if (!strcasecmp (breakPt, "ENSEMBLE")) { … … 130 130 131 131 // linear PSF fit to remaining peaks 132 psphot EnsemblePSF(readout, sources, recipe, psf, TRUE);132 psphotFitSourcesLinear (readout, sources, recipe, psf, TRUE); 133 133 if (dump) psphotSaveImage (NULL, readout->image, "image.v4.fits"); 134 134 if (!strcasecmp (breakPt, "PASS1")) { … … 170 170 171 171 // linear PSF fit to remaining peaks 172 psphot EnsemblePSF(readout, sources, recipe, psf, TRUE);172 psphotFitSourcesLinear (readout, sources, recipe, psf, TRUE); 173 173 if (dump) psphotSaveImage (NULL, readout->image, "image.v6.fits"); 174 174
Note:
See TracChangeset
for help on using the changeset viewer.
