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

    r5993 r6056  
    11# include "psphot.h"
    22
    3 bool psphotEnsemblePSF (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) {
     3bool psphotEnsemblePSF (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) {
    44
    55    bool  status;
     
    103103
    104104        // if needed, ask for more object pixels
    105         psphotRedefinePixels (inSource, imdata, x, y, model->radius);
     105        psphotRedefinePixels (inSource, readout, x, y, model->radius);
    106106
    107107        // make temporary copies of the image pixels and mask
Note: See TracChangeset for help on using the changeset viewer.