Changeset 16580 for trunk/psModules/src/camera/pmFPARead.h
- Timestamp:
- Feb 21, 2008, 3:20:24 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.h
r16366 r16580 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-02- 08 04:06:05$6 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-02-22 01:20:24 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 19 19 psFits *fits, ///< FITS file from which to read 20 20 int z, ///< Readout number/plane; zero-offset indexing 21 int numScans, ///< Number of scans (rows/cols) to read 22 int overlap ///< Overlap between consecutive reads 21 int numScans ///< Number of scans (rows/cols) to read 23 22 ); 24 23 … … 93 92 psFits *fits, ///< FITS file from which to read 94 93 int z, ///< Readout number/plane; zero-offset indexing 95 int numScans, ///< Number of scans (rows/cols) to read 96 int overlap ///< Overlap between consecutive reads 94 int numScans ///< Number of scans (rows/cols) to read 97 95 ); 98 96 … … 143 141 psFits *fits, ///< FITS file from which to read 144 142 int z, ///< Readout number/plane; zero-offset indexing 145 int numScans, ///< Number of scans (rows/cols) to read 146 int overlap ///< Overlap between consecutive reads 143 int numScans ///< Number of scans (rows/cols) to read 147 144 ); 148 145
Note:
See TracChangeset
for help on using the changeset viewer.
