- Timestamp:
- Jul 30, 2009, 5:20:29 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/camera/pmFPARead.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup
- Property svn:mergeinfo changed
/trunk (added) merged: 24714-24742,24744-24784,24786-24798,24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24939
- Property svn:mergeinfo changed
-
branches/czw_branch/cleanup/psModules/src/camera/pmFPARead.h
r21363 r24951 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.
