IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2008, 2:44:44 PM (18 years ago)
Author:
eugene
Message:

add option to do first readout of 3D cell (or skip)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsChip.c

    r18969 r19069  
    7777
    7878        // XXX for now, skip the video cells (cell->readouts->n > 1)
    79         if (cell->readouts->n > 1) {
     79        if ((cell->readouts->n > 1) && !data->doFirstReadout3D){
    8080          psWarning ("Skipping Video Cell for ppStatsCell");
    8181          continue;
Note: See TracChangeset for help on using the changeset viewer.