IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19899


Ignore:
Timestamp:
Oct 4, 2008, 11:52:22 AM (18 years ago)
Author:
bills
Message:

add check for multiple readouts in ppStatsCell. The check in ppStatsChip is
ineffective because the data hasn't been read yet and so
cell->readouts->n == 0 at that point

File:
1 edited

Legend:

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

    r18168 r19899  
    9393    if ((view->readout == -1) && (readouts->n > 1)) {
    9494        psWarning("Multiple readouts (%ld) present in cell %s\n", readouts->n, cellName);
     95        if (!data->doFirstReadout3D) {
     96            psWarning ("Skipping Video Cell for ppStatsCell");
     97            return PS_EXIT_SUCCESS;
     98        }
    9599    }
    96100
Note: See TracChangeset for help on using the changeset viewer.