- Timestamp:
- Mar 26, 2023, 11:04:35 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psModules/src/objects/pmSource.c
r40810 r42439 456 456 } 457 457 458 // skip sources associated with possible detector features 459 if (source->mode2 & PM_SOURCE_MODE2_ON_LINE) continue; 460 458 461 float Mxx = source->moments->Mxx, Myy = source->moments->Myy; // Second moments 459 462 float ar = Mxx / Myy; // Radius … … 752 755 continue; 753 756 } 757 758 // skip sources associated with possible detector features 759 if (source->mode2 & PM_SOURCE_MODE2_ON_LINE) continue; 754 760 755 761 // the rest are probable stellar objects
Note:
See TracChangeset
for help on using the changeset viewer.
