IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2005, 3:30:32 PM (21 years ago)
Author:
Paul Price
Message:

Working with release 8. Overscan, bias, flat-fielding all working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/scripts/src/phase2/pmFPA.c

    r5371 r5462  
    202202    pmReadout *readout = psAlloc(sizeof(pmReadout));
    203203    psMemSetDeallocator(readout, (psFreeFunc)p_pmReadoutFree);
    204     cell->readouts = psArrayAdd(cell->readouts, 0, readout);
     204    if (cell) {
     205        cell->readouts = psArrayAdd(cell->readouts, 0, readout);
     206    }
    205207   
    206208    // Set the components
Note: See TracChangeset for help on using the changeset viewer.