Changeset 24793
- Timestamp:
- Jul 14, 2009, 6:38:20 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.h
r21363 r24793 21 21 psFits *fits, ///< FITS file from which to read 22 22 int z, ///< Readout number/plane; zero-offset indexing 23 int *zMax, ///< Max plane number in this cell 23 24 int numScans, ///< Number of scans (rows/cols) to read 24 25 pmConfig *config ///< Configuration … … 31 32 psFits *fits, ///< FITS file from which to read 32 33 int z, ///< Readout number/plane; zero-offset indexing 34 int *zMax, ///< Max plane number in this cell 33 35 int numScans, ///< Number of scans (rows/cols) to read 34 36 int overlap, ///< Overlap between consecutive reads … … 98 100 psFits *fits, ///< FITS file from which to read 99 101 int z, ///< Readout number/plane; zero-offset indexing 102 int *zMax, ///< Max plane number in this cell 100 103 int numScans, ///< Number of scans (rows/cols) to read 101 104 pmConfig *config ///< Configuration … … 108 111 psFits *fits, ///< FITS file from which to read 109 112 int z, ///< Readout number/plane; zero-offset indexing 113 int *zMax, ///< Max plane number in this cell 110 114 int numScans, ///< Number of scans (rows/cols) to read 111 115 int overlap, ///< Overlap between consecutive reads … … 150 154 psFits *fits, ///< FITS file from which to read 151 155 int z, ///< Readout number/plane; zero-offset indexing 156 int *zMax, ///< Max plane number in this cell 152 157 int numScans, ///< Number of scans (rows/cols) to read 153 158 pmConfig *config ///< Configuration … … 160 165 psFits *fits, ///< FITS file from which to read 161 166 int z, ///< Readout number/plane; zero-offset indexing 167 int *zMax, ///< Max plane number in this cell 162 168 int numScans, ///< Number of scans (rows/cols) to read 163 169 int overlap, ///< Overlap between consecutive reads
Note:
See TracChangeset
for help on using the changeset viewer.
