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/ppImage/src/ppImageLoop.c

    r18917 r18969  
    6464            }
    6565
     66            // XXX for now, skip the video cells (cell->readouts->n > 1)
     67            if (cell->readouts->n > 1) {
     68              psWarning ("Skipping Video Cell for ppImageDetrendReadout");
     69              continue;
     70            }
    6671
    6772            // process each of the readouts
Note: See TracChangeset for help on using the changeset viewer.