IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2008, 5:14:58 PM (18 years ago)
Author:
Paul Price
Message:

Had CELL.READDIR around the wrong way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPARead.c

    r17082 r17084  
    189189    // Calculate the segment offset and upper limit
    190190    if (numScans == 0) {
    191         *next = (readdir == 1) ? trimsec->x0 : trimsec->y0;
     191        *next = (readdir == 1) ? trimsec->y0 : trimsec->x0;
    192192    } else {
    193193        *next = image ? *readoutScansByType(readout, type) + numScans : 0;
Note: See TracChangeset for help on using the changeset viewer.