IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7595


Ignore:
Timestamp:
Jun 16, 2006, 4:18:56 PM (20 years ago)
Author:
Paul Price
Message:

Default chip parities should be 1, not zero: so that the cell parity is preserved.

File:
1 edited

Legend:

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

    r7491 r7595  
    727727
    728728    // Parity of the chip on the FPA
    729     int xParityChip = 0, yParityChip = 0;
     729    int xParityChip = 1, yParityChip = 1;
    730730    if (chipStuff) {
    731731        pmChip *chip = cell->parent;    // The parent chip
Note: See TracChangeset for help on using the changeset viewer.