Changeset 34772 for branches/czw_branch/20120906/psphot/src/psphotReadout.c
- Timestamp:
- Dec 6, 2012, 6:32:19 PM (14 years ago)
- Location:
- branches/czw_branch/20120906/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/psphot (added) merged: 34408-34409,34415-34416,34428,34466,34565,34570,34575,34735,34747
- Property svn:mergeinfo changed
-
branches/czw_branch/20120906/psphot/src
- Property svn:mergeinfo changed
-
branches/czw_branch/20120906/psphot/src/psphotReadout.c
r34404 r34772 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.
