Changeset 34215 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Jul 27, 2012, 11:28:57 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r34086 r34215 185 185 186 186 // linear PSF fit to source peaks, subtract the models from the image (in PSF mask) 187 psphotFitSourcesLinear (config, view, filerule, false ); // pass 1 (detections->allSources)187 psphotFitSourcesLinear (config, view, filerule, false, false); // pass 1 (detections->allSources) 188 188 189 189 // measure the radial profiles to the sky … … 212 212 // linear fit to include all sources (subtract again) 213 213 // NOTE : apply to ALL sources (extended + psf) 214 psphotFitSourcesLinear (config, view, filerule, true ); // pass 2 (detections->allSources)214 psphotFitSourcesLinear (config, view, filerule, true, false); // pass 2 (detections->allSources) 215 215 216 216 // if we only do one pass, skip to extended source analysis … … 261 261 262 262 // NOTE: apply to ALL sources 263 psphotFitSourcesLinear (config, view, filerule, true ); // pass 3 (detections->allSources)263 psphotFitSourcesLinear (config, view, filerule, true, false); // pass 3 (detections->allSources) 264 264 } 265 265 … … 302 302 303 303 // NOTE: apply to ALL sources 304 psphotFitSourcesLinear (config, view, filerule, true ); // pass 3 (detections->allSources)304 psphotFitSourcesLinear (config, view, filerule, true, false); // pass 3 (detections->allSources) 305 305 } 306 306
Note:
See TracChangeset
for help on using the changeset viewer.
