Changeset 11786
- Timestamp:
- Feb 13, 2007, 4:19:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMosaic.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMosaic.c
r11754 r11786 784 784 int xBinTarget = psMetadataLookupS32(&mdok, targetCell->concepts, "CELL.XBIN"); 785 785 if (!mdok || xBinTarget == 0) { 786 psLogMsg(__func__, PS_LOG_WARN, "CELL.XBIN is not set for the target cell; assuming %d.\n",*xBinChip);786 // CELL.XBIN is not set for the target cell --- assume it's the same as the source 787 787 FIX_CONCEPT(targetCell->concepts, "CELL.XBIN", S32, *xBinChip); 788 788 } else { … … 791 791 int yBinTarget = psMetadataLookupS32(&mdok, targetCell->concepts, "CELL.YBIN"); 792 792 if (!mdok || yBinTarget == 0) { 793 psLogMsg(__func__, PS_LOG_WARN, "CELL.YBIN is not set for the target cell; assuming %d.\n",*yBinChip);793 // CELL.YBIN is not set for the target cell --- assume it's the same as the source 794 794 FIX_CONCEPT(targetCell->concepts, "CELL.YBIN", S32, *yBinChip); 795 795 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
