Changeset 24007 for trunk/psModules/src/camera/pmFPARead.c
- Timestamp:
- Apr 29, 2009, 6:03:11 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.c
r23827 r24007 592 592 } 593 593 594 // Determine the number of scans to read595 int lastScan = readoutSetLastScan(readout, type, thisScan + numScans);596 594 if (thisScan == 0) { 597 595 overlap = 0; … … 601 599 thisScan = 0; 602 600 } 603 readoutSetThisScan(readout, type, thisScan);604 601 605 602 // Calculate limits, adjust readout->row0,col0 … … 620 617 } 621 618 } 619 620 // Determine the number of scans to read 621 int lastScan = readoutSetLastScan(readout, type, thisScan + numScans); 622 readoutSetThisScan(readout, type, thisScan); 622 623 623 624 // Blow away existing data.
Note:
See TracChangeset
for help on using the changeset viewer.
