IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2007, 5:04:13 PM (19 years ago)
Author:
eugene
Message:

disable the pmChipDuplicate feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImagePhotom.c

    r12807 r12811  
    2020        return false;
    2121    }
     22
     23    # if (0)
     24    // replace this chip with a new copy
     25    pmChip *oldChip = input->fpa->chips->data[view->chip];
     26    pmChip *newChip = pmChipDuplicate (input->fpa, oldChip);
     27    assert (newChip);
     28    input->fpa->chips->data[view->chip] = newChip;
     29    psFree (oldChip);
     30    # endif
    2231
    2332    // iterate over the cells and readout for this chip
Note: See TracChangeset for help on using the changeset viewer.