Changeset 21166 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Jan 24, 2009, 10:54:29 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r20829 r21166 79 79 80 80 // construct sources and measure basic stats 81 psArray *sources = psphotSourceStats ( readout, recipe, detections);81 psArray *sources = psphotSourceStats (config, readout, detections); 82 82 if (!sources) return false; 83 83 if (!strcasecmp (breakPt, "PEAKS")) { … … 178 178 179 179 // non-linear PSF and EXT fit to brighter sources 180 psphotBlendFit ( readout, sources, recipe, psf);180 psphotBlendFit (config, readout, sources, psf); 181 181 182 182 // replace all sources … … 207 207 208 208 // define new sources based on only the new peaks 209 psArray *newSources = psphotSourceStats ( readout, recipe, detections);209 psArray *newSources = psphotSourceStats (config, readout, detections); 210 210 211 211 // set source type … … 243 243 244 244 // measure aperture photometry corrections 245 if (!psphotApResid ( readout, sources, recipe, psf)) {245 if (!psphotApResid (config, readout, sources, psf)) { 246 246 psLogMsg ("psphot", 3, "failed on psphotApResid"); 247 247 return psphotReadoutCleanup (config, readout, recipe, detections, psf, sources); … … 249 249 250 250 // calculate source magnitudes 251 psphotMagnitudes(config, view, sources, recipe, psf);251 psphotMagnitudes(config, readout, view, sources, psf); 252 252 253 253 // replace failed sources?
Note:
See TracChangeset
for help on using the changeset viewer.
