- Timestamp:
- Mar 18, 2011, 2:10:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotDeblendSatstars.c
r30871 r30975 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 < SAT_TEST_LEVEL) 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.
