IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2005, 6:32:40 PM (21 years ago)
Author:
eugene
Message:

cleanup, organization

File:
1 edited

Legend:

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

    r4954 r4977  
    6262        if (model->radius > OUTER_RADIUS) {
    6363          // (re)-allocate image, noise, mask arrays for each peak (square of radius OUTER)
    64           pmSourceDefinePixels (source, imdata, x, y, model->radius);
     64            psphotDefinePixels (source, imdata, x, y, model->radius);
    6565        }
    6666
     67        if (i > 66) psTraceSetLevel (".psLib.dataManip.psMinimizeLMChi2", 5);
     68           
    6769        // fit PSF model (set/unset the pixel mask)
    6870        psImageKeepCircle (source->mask, x, y, model->radius, "OR", PSPHOT_MASK_MARKED);
Note: See TracChangeset for help on using the changeset viewer.