Changeset 25357
- Timestamp:
- Sep 13, 2009, 4:54:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/psphotReadout.c
r25272 r25357 145 145 146 146 // identify CRs and extended sources 147 psphotSourceSize (config, readout, sources, recipe, 0);147 psphotSourceSize (config, readout, sources, recipe, psf, 0); 148 148 if (!strcasecmp (breakPt, "ENSEMBLE")) { 149 149 goto finish; … … 204 204 205 205 // measure source size for the remaining sources 206 psphotSourceSize (config, readout, sources, recipe, 0);206 psphotSourceSize (config, readout, sources, recipe, psf, 0); 207 207 208 208 psphotExtendedSourceAnalysis (readout, sources, recipe);
Note:
See TracChangeset
for help on using the changeset viewer.
