Index: /trunk/psModules/src/concepts/pmConceptsRead.c
===================================================================
--- /trunk/psModules/src/concepts/pmConceptsRead.c	(revision 20867)
+++ /trunk/psModules/src/concepts/pmConceptsRead.c	(revision 20868)
@@ -74,5 +74,5 @@
     psTrace ("psModules.concepts", 3, "parsing concept: %s\n", spec->blank->name);
     if (!strcmp (spec->blank->name, "CELL.XPARITY")) {
-	psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", spec->blank->name);
+        psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", spec->blank->name);
     }
 
@@ -273,11 +273,11 @@
         psMetadataItem *headerItem = NULL; // The value of the concept from the header
 
-	psTrace ("psModules.concepts", 3, "reading concept: %s\n", name);
-	if (!strcmp (name, "CELL.XPARITY")) {
-	    psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", name);
-	}
-	if (!strcmp (name, "CELL.TRIMSEC")) {
-	    psTrace ("psModules.concepts", 3, "parsing CELL.TRIMSEC: %s\n", name);
-	}
+        psTrace ("psModules.concepts", 3, "reading concept: %s\n", name);
+        if (!strcmp (name, "CELL.XPARITY")) {
+            psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", name);
+        }
+        if (!strcmp (name, "CELL.TRIMSEC")) {
+            psTrace ("psModules.concepts", 3, "parsing CELL.TRIMSEC: %s\n", name);
+        }
 
         // First check the cell configuration
@@ -298,6 +298,6 @@
                     }
                     // if (!headerItem) {
-		    // psWarning("Unable to find concept %s claimed to be in header as %s", name, conceptItem->data.str);
-		    // }
+                    // psWarning("Unable to find concept %s claimed to be in header as %s", name, conceptItem->data.str);
+                    // }
                     psMemIncrRefCounter(headerItem);
                 }
@@ -333,9 +333,4 @@
                 if (hduLow->header) {
                     headerItem = psMetadataLookup(hduLow->header, keywords);
-		    if (!strcmp (keywords, "GAIN")) {
-		      if (!headerItem) {
-			psWarning ("Failed to find to get gain for a cell");
-		      }
-		    }
                 }
                 if (!headerItem && hduHigh != hduLow && hduHigh->header) {
