Changeset 24592
- Timestamp:
- Jun 25, 2009, 3:55:15 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceFits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceFits.c
r24188 r24592 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 do not clip pixels by S/N 227 if (!pmSourceMoments (source, EXT_MOMENTS_RAD, 0.0, 0.0)) return false; 227 228 228 229 psTrace ("psphot", 5, "trying blob...\n");
Note:
See TracChangeset
for help on using the changeset viewer.
