Changeset 6618 for branches/rel10_ifa/psModules/src/astrom/pmFPAview.h
- Timestamp:
- Mar 16, 2006, 3:47:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPAview.h
r6580 r6618 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1.1.2. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-03-1 4 04:40:37$9 * @version $Revision: 1.1.2.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-03-17 01:47:44 $ 11 11 * 12 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii … … 32 32 typedef struct 33 33 { 34 int chip; 35 int cell; 36 int readout; 37 int nRows; 38 int iRows; 34 int chip; // Number of the chip, or -1 for all 35 int cell; // Number of the cell, or -1 for all 36 int readout; // Number of the readout, or -1 for all 37 int nRows; // Maximum number of rows per readout segment read, or 0 for all 38 int iRows; // Starting point for this read 39 39 pmFPA *fpa; 40 40 }
Note:
See TracChangeset
for help on using the changeset viewer.
