Index: trunk/psModules/src/concepts/pmConcepts.c
===================================================================
--- trunk/psModules/src/concepts/pmConcepts.c	(revision 10967)
+++ trunk/psModules/src/concepts/pmConcepts.c	(revision 11128)
@@ -572,4 +572,11 @@
         }
 
+        // FPA.TEMP
+        {
+            psMetadataItem *fpaTemp = psMetadataItemAllocF32("FPA.TEMP", "Temperature of focal plane", NAN);
+            pmConceptRegister(fpaTemp, NULL, NULL, PM_FPA_LEVEL_FPA);
+            psFree(fpaTemp);
+        }
+
         // Done with FPA level concepts
     }
