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

    r5993 r6056  
    22
    33// fit psf model to all objects
    4 bool psphotApplyPSF (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky)
     4bool psphotApplyPSF (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky)
    55{
    66    float x;
     
    3434
    3535        // sets the model radius (via source->model) and adjusts pixels as needed
    36         psphotCheckRadiusPSF (imdata, source, model);
     36        psphotCheckRadiusPSF (readout, source, model);
    3737
    3838        x = model->params->data.F32[2];
Note: See TracChangeset for help on using the changeset viewer.