IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2008, 4:58:33 PM (18 years ago)
Author:
Paul Price
Message:

Whoops! Was double counting, leaving big streaks across images due to missing pixels.

File:
1 edited

Legend:

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

    r19013 r19046  
    265265        // Progressive scans
    266266        psImage *image = *readoutImageByType(readout, type); // Appropriate image from readout
    267         *start = image ? readoutGetLastScan(readout, type) + numScans : 0;
     267        *start = image ? readoutGetLastScan(readout, type) : 0;
    268268    }
    269269
Note: See TracChangeset for help on using the changeset viewer.