Changeset 34418 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Sep 7, 2012, 10:51:18 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotReadout.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905 (added) merged: 34407-34409,34415-34417
- Property svn:mergeinfo changed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/psphot (added) merged: 34408-34409,34415-34416
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/psphot/src (added) merged: 34408-34409,34415-34416
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotReadout.c
r34404 r34418 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, false); // pass 1 (detections->allSources)187 psphotFitSourcesLinear (config, view, filerule, false, true); // 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, false); // pass 2 (detections->allSources)214 psphotFitSourcesLinear (config, view, filerule, true, true); // pass 2 (detections->allSources) 215 215 216 216 // if we only do one pass, skip to extended source analysis … … 260 260 261 261 // NOTE: apply to ALL sources 262 psphotFitSourcesLinear (config, view, filerule, true, false); // pass 3 (detections->allSources)262 psphotFitSourcesLinear (config, view, filerule, true, true); // pass 3 (detections->allSources) 263 263 } 264 264 … … 300 300 301 301 // NOTE: apply to ALL sources 302 psphotFitSourcesLinear (config, view, filerule, true, false); // pass 3 (detections->allSources)302 psphotFitSourcesLinear (config, view, filerule, true, true); // pass 3 (detections->allSources) 303 303 } 304 304
Note:
See TracChangeset
for help on using the changeset viewer.
