Index: trunk/psModules/src/concepts/pmConcepts.c
===================================================================
--- trunk/psModules/src/concepts/pmConcepts.c	(revision 7446)
+++ trunk/psModules/src/concepts/pmConcepts.c	(revision 7447)
@@ -404,4 +404,20 @@
         // Install the standard concepts
 
+        // CHIP.XPARITY
+        {
+            psMetadataItem *chipXparity = psMetadataItemAllocS32("CHIP.XPARITY",
+                                          "Orientation in x compared to the rest of the FPA", 0);
+            pmConceptRegister(chipXparity, NULL, NULL, PM_FPA_LEVEL_CHIP);
+            psFree(chipXparity);
+        }
+
+        // CHIP.YPARITY
+        {
+            psMetadataItem *chipYparity = psMetadataItemAllocS32("CHIP.YPARITY",
+                                          "Orientation in x compared to the rest of the FPA", 0);
+            pmConceptRegister(chipYparity, NULL, NULL, PM_FPA_LEVEL_CHIP);
+            psFree(chipYparity);
+        }
+
         // CHIP.X0
         {
@@ -461,5 +477,5 @@
         {
             psMetadataItem *cellXparity = psMetadataItemAllocS32("CELL.XPARITY",
-                                          "Orientation in x compared to the rest of the FPA", 0);
+                                          "Orientation in x compared to the rest of the chip", 0);
             pmConceptRegister(cellXparity, NULL, NULL, PM_FPA_LEVEL_CELL);
             psFree(cellXparity);
@@ -469,5 +485,5 @@
         {
             psMetadataItem *cellYparity = psMetadataItemAllocS32("CELL.YPARITY",
-                                          "Orientation in x compared to the rest of the FPA", 0);
+                                          "Orientation in x compared to the rest of the chip", 0);
             pmConceptRegister(cellYparity, NULL, NULL, PM_FPA_LEVEL_CELL);
             psFree(cellYparity);
