IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6856


Ignore:
Timestamp:
Apr 13, 2006, 5:11:38 PM (20 years ago)
Author:
Paul Price
Message:

Adding pmReadoutReadNext

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPARead.h

    r6552 r6856  
    55#include "pmFPA.h"
    66
     7
     8bool pmReadoutReadNext(pmReadout *readout, // Readout into which to read
     9                       psFits *fits,    // FITS file from which to read
     10                       int z,           // Readout number/plane; zero-offset indexing
     11                       int numRows      // The number of rows to read
     12                      );
    713
    814bool pmCellRead(pmCell *cell,           // Cell to read into
Note: See TracChangeset for help on using the changeset viewer.