Changeset 9983 for trunk/psModules/src/camera/pmFPARead.c
- Timestamp:
- Nov 14, 2006, 2:40:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.c
r9949 r9983 263 263 readout->row0 += readout->image->numRows; 264 264 offset = readout->row0; 265 if (numScans == 0) { 266 numScans = naxis2 - offset; 267 } 265 268 } else { 266 269 // Reading columns 267 270 readout->col0 += readout->image->numCols; 268 271 offset = readout->col0; 272 if (numScans == 0) { 273 numScans = naxis1 - offset; 274 } 269 275 } 270 276 }
Note:
See TracChangeset
for help on using the changeset viewer.
