IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2008, 3:52:56 PM (18 years ago)
Author:
Paul Price
Message:

Adding separate tracking values for image/mask/weight when reading incrementally. Without these, reading image, mask and weight incrementally into the same readout will update row0/col0 3 separate times --- the data won't match!

File:
1 edited

Legend:

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

    r15973 r16396  
    268268    tmpReadout->col0 = 0;
    269269
     270    tmpReadout->imageScan = 0;
     271    tmpReadout->maskScan = 0;
     272    tmpReadout->weightScan = 0;
     273
    270274    return(tmpReadout);
    271275}
Note: See TracChangeset for help on using the changeset viewer.