IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18972


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

skipping video cells

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMosaic.c

    r15477 r18972  
    580580    }
    581581
     582    if (cell->readouts->n > 1) {
     583        psWarning("Cell contains more than one readout (%ld) --- skipping.\n", cell->readouts->n);
     584        return true;
     585    }
     586
    582587    // Expand the arrays and vectors to handle new data
    583588    long index = images->n;               // The index to use
     
    703708    // Add the readout to the array of images to be mosaicked
    704709    psArray *readouts = cell->readouts; // The array of readouts
    705     if (readouts->n > 1) {
    706         psWarning("Cell contains more than one readout (%ld) --- only the first will be mosaicked.\n",
    707                   readouts->n);
    708     }
    709710    pmReadout *readout = readouts->data[0]; // The only readout we'll bother with
    710711
Note: See TracChangeset for help on using the changeset viewer.