IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2005, 1:13:43 PM (21 years ago)
Author:
eugene
Message:

updated to use psLib.v8, dropping _EAM code everywhere

File:
1 edited

Legend:

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

    r5058 r5593  
    7575        // fit FLT (not PSF) model (set/unset the pixel mask)
    7676        psImageKeepCircle (source->mask, x, y, model->radius, "OR", PSPHOT_MASK_MARKED);
    77         // XXX EAM : 0.5.0 code used _EAM version
    78         // status = pmSourceFitModel (source, model, false);
    7977        status = pmSourceFitModel (source, model, false);
    8078        psImageKeepCircle (source->mask, x, y, model->radius, "AND", ~PSPHOT_MASK_MARKED);
Note: See TracChangeset for help on using the changeset viewer.