Changeset 25027 for branches/pap/psModules/src/camera/pmFPARead.h
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psModules
- Property svn:mergeinfo deleted
-
branches/pap/psModules/src/camera/pmFPARead.h
r21363 r25027 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.
