Changeset 31154 for trunk/psphot/src/psphotDeblendSatstars.c
- Timestamp:
- Apr 4, 2011, 1:12:39 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
src/psphotDeblendSatstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:ignore
-
old new 19 19 psphot-config 20 20 Doxyfile 21 a.out.dSYM
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
trunk/psphot/src/psphotDeblendSatstars.c
r29936 r31154 74 74 for (int i = 0; i < SN->n; i++) { 75 75 source = sources->data[i]; 76 SN->data.F32[i] = source->peak-> SN;76 SN->data.F32[i] = source->peak->rawFlux; 77 77 } 78 78 psVector *index = psVectorSortIndex (NULL, SN); … … 86 86 // XXX filter? if (source->mode & PM_SOURCE_MODE_SATSTAR) continue; 87 87 if (source->mode & PM_SOURCE_MODE_BLEND) continue; 88 if (source->peak-> flux < SATURATION) continue;88 if (source->peak->rawFlux < SAT_TEST_LEVEL) continue; 89 89 90 90 // save these for reference below
Note:
See TracChangeset
for help on using the changeset viewer.
