IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2006, 2:55:33 PM (21 years ago)
Author:
eugene
Message:

adapted everything to work with pmReadout *readout instead of eamReadout *imdata

File:
1 edited

Legend:

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

    r5986 r6056  
    11# include "psphot.h"
    22
    3 psArray *psphotSourceStats (eamReadout *imdata, psMetadata *config, psArray *peaks)
     3psArray *psphotSourceStats (pmReadout *readout, psMetadata *config, psArray *peaks)
    44{
    55    bool     status  = false;
     
    2525        // allocate image, weight, mask arrays for each peak (square of radius OUTER)
    2626        // XXX EAM : this has 12 leaks (v.5)
    27         psphotDefinePixels (source, imdata, source->peak->x, source->peak->y, OUTER);
     27        psphotDefinePixels (source, readout, source->peak->x, source->peak->y, OUTER);
    2828
    2929        // measure a local sky value
Note: See TracChangeset for help on using the changeset viewer.