Changeset 16366 for trunk/psModules/src/camera/pmFPARead.h
- Timestamp:
- Feb 7, 2008, 6:06:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.h
r16365 r16366 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-02-08 0 3:16:12$6 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-02-08 04:06:05 $ 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 21 int numScans, ///< Number of scans (rows/cols) to read 22 int overlap ///< Overlap between consecutive reads 22 23 ); 23 24 … … 25 26 /// 26 27 /// Allows reading the readout incrementally 27 bool pmReadoutReadChunk(pmReadout *readout, ///< Readout of interest 28 psFits *fits, ///< FITS file from which to read 29 int z, ///< Readout number/plane; zero-offset indexing 30 int numScans ///< Number of scans (rows/cols) to read 28 bool pmReadoutReadChunk(pmReadout *readout, ///< Readout of interest 29 psFits *fits, ///< FITS file from which to read 30 int z, ///< Readout number/plane; zero-offset indexing 31 int numScans, ///< Number of scans (rows/cols) to read 32 int overlap ///< Overlap between consecutive reads 31 33 ); 32 34 … … 91 93 psFits *fits, ///< FITS file from which to read 92 94 int z, ///< Readout number/plane; zero-offset indexing 93 int numScans ///< Number of scans (rows/cols) to read 95 int numScans, ///< Number of scans (rows/cols) to read 96 int overlap ///< Overlap between consecutive reads 94 97 ); 95 98 … … 100 103 psFits *fits, ///< FITS file from which to read 101 104 int z, ///< Readout number/plane; zero-offset indexing 102 int numScans ///< Number of scans (rows/cols) to read 105 int numScans, ///< Number of scans (rows/cols) to read 106 int overlap ///< Overlap between consecutive reads 103 107 ); 104 108 … … 139 143 psFits *fits, ///< FITS file from which to read 140 144 int z, ///< Readout number/plane; zero-offset indexing 141 int numScans ///< Number of scans (rows/cols) to read 145 int numScans, ///< Number of scans (rows/cols) to read 146 int overlap ///< Overlap between consecutive reads 142 147 ); 143 148 … … 146 151 /// Allows reading the readout incrementally 147 152 bool pmReadoutReadChunkWeight(pmReadout *readout, ///< Readout of interest 148 psFits *fits, ///< FITS file from which to read 149 int z, ///< Readout number/plane; zero-offset indexing 150 int numScans ///< Number of scans (rows/cols) to read 153 psFits *fits, ///< FITS file from which to read 154 int z, ///< Readout number/plane; zero-offset indexing 155 int numScans, ///< Number of scans (rows/cols) to read 156 int overlap ///< Overlap between consecutive reads 151 157 ); 152 158
Note:
See TracChangeset
for help on using the changeset viewer.
