IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2005, 5:33:01 PM (21 years ago)
Author:
eugene
Message:

psphot reorganization: merged in pmObjects code from psModule, modified to work with psLib 0.7.0

File:
1 edited

Legend:

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

    r4949 r4954  
    6666
    6767        // fit PSF model (set/unset the pixel mask)
    68         psImageKeepCircle (source->mask, x, y, model->radius, "or", PSPHOT_MASK_KEEP);
     68        psImageKeepCircle (source->mask, x, y, model->radius, "OR", PSPHOT_MASK_MARKED);
    6969        status = pmSourceFitModel (source, model, true);
    70         psImageKeepCircle (source->mask, x, y, model->radius, "and", ~PSPHOT_MASK_KEEP);
     70        psImageKeepCircle (source->mask, x, y, model->radius, "AND", ~PSPHOT_MASK_MARKED);
    7171        if (!status || (model->params->data.F32[1] < 0)) {
    7272          psLogMsg ("psphot", 3, "PSF fit failed for %f, %f (%d iterations)\n", x, y, model->nIter);
Note: See TracChangeset for help on using the changeset viewer.