Changeset 29488
- Timestamp:
- Oct 20, 2010, 8:48:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/psModules/src/objects/pmSource.c
r29230 r29488 648 648 // The following determinations require the use of moments 649 649 if (!(source->mode & noMoments)) { 650 // likely defect (too small to be stellar) (push out to 3 sigma) 651 // low S/N objects which are small are probably stellar 652 // XXX these limits are quite arbitrary 653 if (sigX < 0.05 || sigY < 0.05) { 650 // likely defect (bright, but too small to be stellar) 651 // XXX eliminate the classification? 652 if ((source->moments->SN > 10) && (sigX < 0.05 || sigY < 0.05)) { 654 653 source->type = PM_SOURCE_TYPE_DEFECT; 655 654 source->mode |= PM_SOURCE_MODE_DEFECT;
Note:
See TracChangeset
for help on using the changeset viewer.
