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/psphotMakeResiduals.c

    r12948 r12952  
    7979        psImage *weight = psImageCopy (NULL, source->weight, PS_TYPE_F32);
    8080        psImage *mask   = psImageCopy (NULL, source->mask,   PS_TYPE_U8);
    81         pmModelSub (image, mask, model, false, false);
     81        pmModelSub (image, mask, model, PM_MODEL_ADD_FULL);
    8282       
    8383        // re-normalize image and weight
Note: See TracChangeset for help on using the changeset viewer.