- Timestamp:
- Sep 7, 2012, 10:06:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/psphot/src/psphotStackReadout.c
r34354 r34415 332 332 psphotStackObjectsSelectForAnalysis (config, view, STACK_SRC, objects); 333 333 334 if (splitLinearFit) { 335 // NOTE: apply to Matched sources. Since the sources that we fit above are subtracted, they will 336 // not be included in this fit. 337 psphotFitSourcesLinear (config, view, STACK_SRC, true, false); // pass 4 (detections->allSources) 338 } else { 339 // Fit all sources together 340 psphotFitSourcesLinear (config, view, STACK_SRC, true, false); // pass 3 (detections->allSources) 341 } 334 // final linear fit. NOTE: if splitLinearFit is true above, this pass will only fit 335 // the unsubtracted (matched) sources (the sources that we fit above are subtracted) 336 psphotFitSourcesLinear (config, view, STACK_SRC, true, false); // pass 4 (detections->allSources) 342 337 343 338 // measure the radial profiles to the sky (only measures new objects)
Note:
See TracChangeset
for help on using the changeset viewer.
