Changeset 14833
- Timestamp:
- Sep 13, 2007, 3:08:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r14758 r14833 84 84 // several functions below behave differently if we have a PSF model already 85 85 bool havePSF = (psf != NULL); 86 87 // find the peaks in the image. 86 87 // find the peaks in the image. 88 88 89 89 // XXX clean this up into a single function. if psf is defined, we should treat this as … … 256 256 257 257 // plot positive sources 258 psphotSourcePlots (readout, sources, recipe, maskVal); 258 if (!havePSF) { 259 psphotSourcePlots (readout, sources, recipe, maskVal); 260 } 259 261 260 262 // measure aperture photometry corrections
Note:
See TracChangeset
for help on using the changeset viewer.
