IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 4:06:55 PM (21 years ago)
Author:
eugene
Message:

changed noise to weight, psImageData to eamReadout

File:
1 edited

Legend:

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

    r5048 r5049  
    55// run this function to a specific flux limit?
    66
    7 bool psphotApplyPSF (psImageData *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky)
     7bool psphotApplyPSF (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky)
    88{
    99    bool  status;
     
    6161        // XXX EAM : a better test would examine the source pixels
    6262        if (model->radius > OUTER_RADIUS) {
    63           // (re)-allocate image, noise, mask arrays for each peak (square of radius OUTER)
     63          // (re)-allocate image, weight, mask arrays for each peak (square of radius OUTER)
    6464            psphotDefinePixels (source, imdata, x, y, model->radius);
    6565        }
Note: See TracChangeset for help on using the changeset viewer.