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

    r5993 r6056  
    22
    33// measure the aperture residual statistics
    4 bool psphotApResid (eamReadout *imdata, psArray *sources, psMetadata *config, pmPSF *psf) {
     4bool psphotApResid (pmReadout *readout, psArray *sources, psMetadata *config, pmPSF *psf) {
    55
    66    int Npsf;
     
    1414    float REF_RADIUS = psMetadataLookupF32 (&status, config, "PSF_REF_RADIUS");
    1515    psf->growth = pmGrowthCurveAlloc (3.0, REF_RADIUS, 0.1);
    16     psphotGrowthCurve (imdata, psf);
     16    psphotGrowthCurve (readout, psf);
    1717   
    1818    psVector *mask    = psVectorAlloc (300, PS_TYPE_U8);
Note: See TracChangeset for help on using the changeset viewer.