Changeset 10185 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- Nov 24, 2006, 11:06:14 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r10138 r10185 32 32 // generate a background model (median, smoothed image) 33 33 psphotImageMedian (config, view); 34 35 pmReadout *background = psphotSelectBackground (config, view); 34 36 35 37 // find the peaks in the image … … 111 113 112 114 // calculate source magnitudes 113 psphotMagnitudes(sources, recipe, psf, config);115 psphotMagnitudes(sources, recipe, psf, background); 114 116 115 117 // replace background in residual image
Note:
See TracChangeset
for help on using the changeset viewer.
