- Timestamp:
- Jul 31, 2012, 11:50:18 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120627/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120627/psphot
- Property svn:mergeinfo changed
/trunk/psphot merged: 34135-34136,34200-34202,34215,34218,34226
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120627/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src merged: 34135-34136,34200-34202,34215,34218,34226
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120627/psphot/src/psphotReadout.c
r34086 r34247 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.
