IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2008, 2:15:03 PM (18 years ago)
Author:
Paul Price
Message:

Overlapping consecutive scans were interfering with each other. Restricted the region of combination. However, there's still a problem: rejection regions that transcend scans aren't being respected.

File:
1 edited

Legend:

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

    r16416 r16689  
    172172    readout->mask = NULL;
    173173    readout->bias = psListAlloc(NULL);
     174
     175    readout->col0 = 0;
     176    readout->row0 = 0;
     177
     178    readout->imageScan = 0;
     179    readout->maskScan = 0;
     180    readout->weightScan = 0;
    174181}
    175182
Note: See TracChangeset for help on using the changeset viewer.