Changeset 6715 for trunk/psphot/src/psphotBasicDeblend.c
- Timestamp:
- Mar 27, 2006, 4:31:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotBasicDeblend.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotBasicDeblend.c
r6481 r6715 37 37 source = sources->data[N]; 38 38 39 if (source->mode & PM_SOURCE_ BLEND) continue;39 if (source->mode & PM_SOURCE_MODE_BLEND) continue; 40 40 41 41 // temporary array for overlapping objects we find … … 89 89 90 90 // generate a basic contour (set of x,y coordinates at-or-below flux level) 91 psArray *contour = pmSourceContour _EAM(source->pixels, source->peak->x, source->peak->y, threshold);91 psArray *contour = pmSourceContour (source->pixels, source->peak->x, source->peak->y, threshold); 92 92 if (contour == NULL) { 93 93 psFree (overlap); … … 110 110 if (xv->data.F32[j+1] < testSource->peak->x) break; 111 111 112 testSource->mode |= PM_SOURCE_ BLEND;112 testSource->mode |= PM_SOURCE_MODE_BLEND; 113 113 114 114 // add this to the list of source->blends
Note:
See TracChangeset
for help on using the changeset viewer.
