Changeset 42842 for trunk/psphot/src/psphotCheckStarDistribution.c
- Timestamp:
- May 9, 2025, 11:21:40 AM (14 months ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotCheckStarDistribution.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20230313/psphot (added) merged: 42435,42439,42507-42510,42529,42582,42612,42707,42711
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotCheckStarDistribution.c
r30624 r42842 89 89 if (source->type != PM_SOURCE_TYPE_STAR) continue; 90 90 91 // XXX for a test, do not include faint sources 92 // EAM XXX : make this optional and default to all 93 if (source->moments->SN < 20) continue; 94 91 95 float x = source->peak->xf; 92 96 float y = source->peak->yf;
Note:
See TracChangeset
for help on using the changeset viewer.
