IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 9:00:55 AM (18 years ago)
Author:
eugene
Message:

skipping video cells

File:
1 edited

Legend:

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

    r18168 r18969  
    7575        if ((view->cell >= 0) && (i != view->cell)) continue;
    7676        pmCell *cell = cells->data[i];  // Cell of interest
     77
     78        // XXX for now, skip the video cells (cell->readouts->n > 1)
     79        if (cell->readouts->n > 1) {
     80          psWarning ("Skipping Video Cell for ppStatsCell");
     81          continue;
     82        }
     83
    7784        psExit result = ppStatsCell(chipResults, cell, fits, view, data, config);
    7885        if (result != PS_EXIT_SUCCESS) {
Note: See TracChangeset for help on using the changeset viewer.