Index: /trunk/psModules/src/config/pmConfig.c
===================================================================
--- /trunk/psModules/src/config/pmConfig.c	(revision 12701)
+++ /trunk/psModules/src/config/pmConfig.c	(revision 12702)
@@ -4,6 +4,6 @@
  *  @author EAM (IfA)
  *
- *  @version $Revision: 1.82 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-30 21:12:56 $
+ *  @version $Revision: 1.83 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-03-31 03:01:08 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -953,4 +953,14 @@
     psFree(rulesIter);
 
+    // XXX do we need to update the header based on elements of the FILE?
+    # if (0)
+    psMetadata *file = psMetadataLookupMetadata(&mdok, format, "FILE"); // How to identify this format
+    if (!mdok || !file) {
+        psError(PS_ERR_IO, true, "Unable to find FILE in camera format.\n");
+        return false;
+    }
+    psString fpaName = psMetadataLookupStr(&mdok, file, "FPA.NAME");
+    # endif
+
     return true;
 }
