Changeset 18137 for trunk/psModules/src/camera/pmFPARead.h
- Timestamp:
- Jun 13, 2008, 4:16:47 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.h
r18030 r18137 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-06- 09 22:59:02$6 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-06-14 02:15:05 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 56 56 psFits *fits, // FITS file from which to read 57 57 int z, // Readout number/plane; zero-offset indexing 58 int numRows // The number of rows to read 58 int numRows, // The number of rows to read 59 psDB *db 59 60 ); 60 61 … … 62 63 /// 63 64 /// This function is type-independent (doesn't matter if you are interested in the image/mask/weight). 64 int pmCellNumReadouts(pmCell *cell, psFits *fits );65 int pmCellNumReadouts(pmCell *cell, psFits *fits, psDB *db); 65 66 66 67 /// Read an entire cell
Note:
See TracChangeset
for help on using the changeset viewer.
