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

    r5993 r6056  
    22# include "psEllipse.h"
    33
    4 bool psphotModelTest (eamReadout *imdata, psMetadata *config) {
     4bool psphotModelTest (pmReadout *readout, psMetadata *config) {
    55
    66    bool status;
     
    7575    pmSource *source = pmSourceAlloc();
    7676    source->peak = pmPeakAlloc (xObj, yObj, 0, 0);
    77     psphotDefinePixels (source, imdata, xObj, yObj, OUTER);
     77    psphotDefinePixels (source, readout, xObj, yObj, OUTER);
    7878
    7979    // find the local sky
Note: See TracChangeset for help on using the changeset viewer.