Changeset 25533
- Timestamp:
- Sep 23, 2009, 5:32:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/psphotReadout.c
r25452 r25533 79 79 80 80 // construct sources and measure basic stats 81 psArray *sources = psphotSourceStats (config, readout, detections );81 psArray *sources = psphotSourceStats (config, readout, detections, true); 82 82 if (!sources) return false; 83 83 if (!strcasecmp (breakPt, "PEAKS")) { … … 142 142 // psphotGuessModels or fitted until psphotFitSourcesLinear. 143 143 psphotVisualShowPSFStars (recipe, psf, sources); 144 psphotVisualShowSatStars (recipe, psf, sources);145 144 146 145 // identify CRs and extended sources … … 149 148 goto finish; 150 149 } 150 psphotVisualShowSatStars (recipe, psf, sources); 151 151 152 152 // non-linear PSF and EXT fit to brighter sources … … 180 180 181 181 // define new sources based on only the new peaks 182 psArray *newSources = psphotSourceStats (config, readout, detections );182 psArray *newSources = psphotSourceStats (config, readout, detections, false); 183 183 184 184 // set source type
Note:
See TracChangeset
for help on using the changeset viewer.
