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

    r5828 r6056  
    11# include "psphot.h"
    22
    3 psStats *psphotImageStats (eamReadout *imdata, psMetadata *config)
     3psStats *psphotImageStats (pmReadout *readout, psMetadata *config)
    44{
    55    psStats *stats = NULL;
    66    psStats *sky   = NULL;
    77
    8     psImage *image = imdata->image;
     8    psImage *image = readout->image;
    99
    1010    // get image stats on a subset of the image (random 1e5 pts)
Note: See TracChangeset for help on using the changeset viewer.