IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12959


Ignore:
Timestamp:
Apr 23, 2007, 8:45:27 AM (19 years ago)
Author:
eugene
Message:

using maskObj for pmSource

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_02_branch/psphot/src/psphotChoosePSF.c

    r12957 r12959  
    239239
    240240            // set the mask and subtract the PSF model
    241             psImageKeepCircle (source->mask, x, y, RADIUS, "OR", PM_MASK_MARK);
    242             pmModelSub (source->pixels, source->mask, source->modelPSF, PM_MODEL_OP_FULL);
    243             psImageKeepCircle (source->mask, x, y, RADIUS, "AND", PS_NOT_U8(PM_MASK_MARK));
     241            psImageKeepCircle (source->maskObj, x, y, RADIUS, "OR", PM_MASK_MARK);
     242            pmModelSub (source->pixels, source->maskObj, source->modelPSF, PM_MODEL_OP_FULL);
     243            psImageKeepCircle (source->maskObj, x, y, RADIUS, "AND", PS_NOT_U8(PM_MASK_MARK));
    244244        }
    245245
Note: See TracChangeset for help on using the changeset viewer.