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/psphotSourceStats.c

    r5048 r5049  
    11# include "psphot.h"
    22
    3 psArray *psphotSourceStats (psImageData *imdata, psMetadata *config, psArray *peaks)
     3psArray *psphotSourceStats (eamReadout *imdata, psMetadata *config, psArray *peaks)
    44{
    55    bool     status  = false;
     
    2222        source->peak = (pmPeak *)psMemCopy(peaks->data[i]);
    2323
    24         // allocate image, noise, mask arrays for each peak (square of radius OUTER)
     24        // allocate image, weight, mask arrays for each peak (square of radius OUTER)
    2525        // XXX EAM : this has 12 leaks (v.5)
    2626        psphotDefinePixels (source, imdata, source->peak->x, source->peak->y, OUTER);
Note: See TracChangeset for help on using the changeset viewer.