IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 13, 2006, 8:24:10 PM (21 years ago)
Author:
eugene
Message:

substantial work on the aperture residuals

File:
1 edited

Legend:

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

    r5828 r5980  
    1313
    1414    // we may set this differently here from the value used to mark likely saturated stars
    15     float OUTER_RADIUS = psMetadataLookupF32 (&status, config, "SKY_OUTER_RADIUS");
    16 
    1715    float PSF_FIT_NSIGMA   = psMetadataLookupF32 (&status, config, "PSF_FIT_NSIGMA");
    1816    float PSF_FIT_PADDING  = psMetadataLookupF32 (&status, config, "PSF_FIT_PADDING");
     
    5250        }
    5351       
    54         // check if we need to redefine the pixels
    55         // XXX EAM : a better test would examine the source pixels
    56         if (model->radius > OUTER_RADIUS) {
    57           // (re)-allocate image, weight, mask arrays for each peak (square of radius OUTER)
    58             psphotDefinePixels (source, imdata, x, y, model->radius);
    59         }
     52        psphotRedefinePixels (source, imdata, x, y, model->radius);
    6053
    6154        // fit PSF model (set/unset the pixel mask)
Note: See TracChangeset for help on using the changeset viewer.