IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2007, 11:41:37 AM (19 years ago)
Author:
eugene
Message:

changed API for pmModelAdd

File:
1 edited

Legend:

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

    r12946 r12952  
    240240            // set the mask and subtract the PSF model
    241241            psImageKeepCircle (source->mask, x, y, RADIUS, "OR", PM_MASK_MARK);
    242             pmModelSub (source->pixels, source->mask, source->modelPSF, false, false);
     242            pmModelSub (source->pixels, source->mask, source->modelPSF, PM_MODEL_ADD_FULL);
    243243            psImageKeepCircle (source->mask, x, y, RADIUS, "AND", PS_NOT_U8(PM_MASK_MARK));
    244244        }
Note: See TracChangeset for help on using the changeset viewer.