Changeset 13298 for trunk/psModules/src/camera/pmFPAMosaic.c
- Timestamp:
- May 7, 2007, 11:11:39 AM (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
r13195 r13298 1127 1127 return false; 1128 1128 } 1129 int xParityChip = psMetadataLookupS32(NULL, c ell->concepts, "CHIP.XPARITY"); // Chip parity in x1129 int xParityChip = psMetadataLookupS32(NULL, chip->concepts, "CHIP.XPARITY"); // Chip parity in x 1130 1130 if (xParityChip != -1 && xParityChip != 1) { 1131 1131 psError(PS_ERR_BAD_PARAMETER_VALUE, true, "CHIP.XPARITY is not set."); … … 1155 1155 return false; 1156 1156 } 1157 int yParityChip = psMetadataLookupS32(NULL, c ell->concepts, "CHIP.YPARITY"); // Chip parity in y1157 int yParityChip = psMetadataLookupS32(NULL, chip->concepts, "CHIP.YPARITY"); // Chip parity in y 1158 1158 if (yParityChip != -1 && yParityChip != 1) { 1159 1159 psError(PS_ERR_BAD_PARAMETER_VALUE, true, "CHIP.YPARITY is not set.");
Note:
See TracChangeset
for help on using the changeset viewer.
