- Timestamp:
- Jun 23, 2009, 7:53:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522/psphot/src/psphotSourceFits.c
r24188 r24529 224 224 225 225 // recalculate the source moments using the larger extended-source moments radius 226 if (!pmSourceMoments (source, EXT_MOMENTS_RAD)) return false; 226 // at this stage, skip Gaussian windowing, and allow pixels with S/N > 0.5 227 if (!pmSourceMoments (source, EXT_MOMENTS_RAD, 0.0, 0.5)) return false; 227 228 228 229 psTrace ("psphot", 5, "trying blob...\n");
Note:
See TracChangeset
for help on using the changeset viewer.
