IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 2:51:17 PM (18 years ago)
Author:
Paul Price
Message:

Think I've got the incremental read working with the correct increments now.

File:
1 edited

Legend:

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

    r16554 r16575  
    478478    }
    479479    int upper = next + numScans;        // Upper limit to next section
    480     if (*scansTracker != 0) {
     480    if (next != 0) {
    481481        upper += overlap;
     482        *scansTracker += overlap;
    482483    }
    483484
Note: See TracChangeset for help on using the changeset viewer.