IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 20, 2008, 3:03:57 PM (18 years ago)
Author:
Paul Price
Message:

Fixing overlap.

File:
1 edited

Legend:

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

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