Changeset 26424
- Timestamp:
- Dec 15, 2009, 6:20:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psphot/src/psphotReadoutMinimal.c
r25755 r26424 1 1 # include "psphotInternal.h" 2 2 3 // this badly-named function performs photometry assuming (a) a supplied PSF, (b) 4 // background subtraction, (c) linear psf-model fits only. it is currently only being5 // used by ppSub.3 // this badly-named function performs photometry assuming (a) a supplied PSF, (b) background 4 // subtraction, (c) linear psf-model fits only, (d) a prior analysis has supplied the moments 5 // window parameters. It is currently only being used by ppSub. 6 6 7 7 // NOTE: ppSub needs to perform extended source analysis for comets and trails. … … 56 56 57 57 // construct sources and measure basic stats 58 psArray *sources = psphotSourceStats (config, readout, detections, true);58 psArray *sources = psphotSourceStats (config, readout, detections, false); 59 59 if (!sources) return false; 60 60
Note:
See TracChangeset
for help on using the changeset viewer.
