IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2006, 4:31:17 PM (20 years ago)
Author:
eugene
Message:

substantial work on the pmFPAfile,view concepts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotBasicDeblend.c

    r6481 r6715  
    3737        source = sources->data[N];
    3838
    39         if (source->mode & PM_SOURCE_BLEND) continue;
     39        if (source->mode & PM_SOURCE_MODE_BLEND) continue;
    4040
    4141        // temporary array for overlapping objects we find
     
    8989
    9090        // 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);
    9292        if (contour == NULL) {
    9393            psFree (overlap);
     
    110110                if (xv->data.F32[j+1] < testSource->peak->x) break;
    111111
    112                 testSource->mode |= PM_SOURCE_BLEND;
     112                testSource->mode |= PM_SOURCE_MODE_BLEND;
    113113
    114114                // add this to the list of source->blends
Note: See TracChangeset for help on using the changeset viewer.