Changeset 18972
- Timestamp:
- Aug 8, 2008, 9:42:36 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMosaic.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMosaic.c
r15477 r18972 580 580 } 581 581 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 582 587 // Expand the arrays and vectors to handle new data 583 588 long index = images->n; // The index to use … … 703 708 // Add the readout to the array of images to be mosaicked 704 709 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 }709 710 pmReadout *readout = readouts->data[0]; // The only readout we'll bother with 710 711
Note:
See TracChangeset
for help on using the changeset viewer.
