IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19073


Ignore:
Timestamp:
Aug 14, 2008, 3:02:57 PM (18 years ago)
Author:
Paul Price
Message:

Only mosaic the first readout in a video cell.

File:
1 edited

Legend:

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

    r18972 r19073  
    581581
    582582    if (cell->readouts->n > 1) {
    583         psWarning("Cell contains more than one readout (%ld) --- skipping.\n", cell->readouts->n);
    584         return true;
     583        psWarning("Cell contains more than one readout (%ld) --- mosaicking only the first.\n",
     584                  cell->readouts->n);
    585585    }
    586586
Note: See TracChangeset for help on using the changeset viewer.