Changeset 18030 for trunk/psModules/src/camera/pmFPARead.h
- Timestamp:
- Jun 9, 2008, 1:00:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.h (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.h
r16580 r18030 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-0 2-22 01:20:24$6 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-06-09 22:59:02 $ 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 psDB *db ///< Database handle for concepts 22 23 ); 23 24 … … 29 30 int z, ///< Readout number/plane; zero-offset indexing 30 31 int numScans, ///< Number of scans (rows/cols) to read 31 int overlap ///< Overlap between consecutive reads 32 int overlap, ///< Overlap between consecutive reads 33 psDB *db ///< Database handle for concepts 32 34 ); 33 35 … … 35 37 bool pmReadoutRead(pmReadout *readout, ///< Readout of interest 36 38 psFits *fits, ///< FITS file from which to read 37 int z ///< Readout number/plane; zero-offset indexing 39 int z, ///< Readout number/plane; zero-offset indexing 40 psDB *db ///< Database handle for concepts 38 41 ); 39 42 … … 92 95 psFits *fits, ///< FITS file from which to read 93 96 int z, ///< Readout number/plane; zero-offset indexing 94 int numScans ///< Number of scans (rows/cols) to read 97 int numScans, ///< Number of scans (rows/cols) to read 98 psDB *db ///< Database handle for concepts 95 99 ); 96 100 … … 102 106 int z, ///< Readout number/plane; zero-offset indexing 103 107 int numScans, ///< Number of scans (rows/cols) to read 104 int overlap ///< Overlap between consecutive reads 108 int overlap, ///< Overlap between consecutive reads 109 psDB *db ///< Database handle for concepts 105 110 ); 106 111 … … 108 113 bool pmReadoutReadMask(pmReadout *readout, ///< Readout of interest 109 114 psFits *fits, ///< FITS file from which to read 110 int z ///< Readout number/plane; zero-offset indexing 115 int z, ///< Readout number/plane; zero-offset indexing 116 psDB *db ///< Database handle for concepts 111 117 ); 112 118 … … 141 147 psFits *fits, ///< FITS file from which to read 142 148 int z, ///< Readout number/plane; zero-offset indexing 143 int numScans ///< Number of scans (rows/cols) to read 149 int numScans, ///< Number of scans (rows/cols) to read 150 psDB *db ///< Database handle for concepts 144 151 ); 145 152 … … 151 158 int z, ///< Readout number/plane; zero-offset indexing 152 159 int numScans, ///< Number of scans (rows/cols) to read 153 int overlap ///< Overlap between consecutive reads 160 int overlap, ///< Overlap between consecutive reads 161 psDB *db ///< Database handle for concepts 154 162 ); 155 163 … … 157 165 bool pmReadoutReadWeight(pmReadout *readout, ///< Readout of interest 158 166 psFits *fits, ///< FITS file from which to read 159 int z ///< Readout number/plane; zero-offset indexing 167 int z, ///< Readout number/plane; zero-offset indexing 168 psDB *db ///< Database handle for concepts 160 169 ); 161 170
Note:
See TracChangeset
for help on using the changeset viewer.
