IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13298


Ignore:
Timestamp:
May 7, 2007, 11:11:39 AM (19 years ago)
Author:
Paul Price
Message:

Chip concepts are not found in the cell....

File:
1 edited

Legend:

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

    r13195 r13298  
    11271127            return false;
    11281128        }
    1129         int xParityChip = psMetadataLookupS32(NULL, cell->concepts, "CHIP.XPARITY"); // Chip parity in x
     1129        int xParityChip = psMetadataLookupS32(NULL, chip->concepts, "CHIP.XPARITY"); // Chip parity in x
    11301130        if (xParityChip != -1 && xParityChip != 1) {
    11311131            psError(PS_ERR_BAD_PARAMETER_VALUE, true, "CHIP.XPARITY is not set.");
     
    11551155            return false;
    11561156        }
    1157         int yParityChip = psMetadataLookupS32(NULL, cell->concepts, "CHIP.YPARITY"); // Chip parity in y
     1157        int yParityChip = psMetadataLookupS32(NULL, chip->concepts, "CHIP.YPARITY"); // Chip parity in y
    11581158        if (yParityChip != -1 && yParityChip != 1) {
    11591159            psError(PS_ERR_BAD_PARAMETER_VALUE, true, "CHIP.YPARITY is not set.");
Note: See TracChangeset for help on using the changeset viewer.