Index: trunk/psModules/src/camera/pmFPAfileIO.c
===================================================================
--- trunk/psModules/src/camera/pmFPAfileIO.c	(revision 22747)
+++ trunk/psModules/src/camera/pmFPAfileIO.c	(revision 23244)
@@ -22,5 +22,4 @@
 #include "pmFPARead.h"
 #include "pmFPAWrite.h"
-#include "pmFPAfileIO.h"
 #include "pmFPAfileFitsIO.h"
 #include "pmSpan.h"
@@ -44,4 +43,7 @@
 #include "pmSubtractionIO.h"
 #include "pmConcepts.h"
+#include "pmConfigRun.h"
+
+#include "pmFPAfileIO.h"
 
 // attempt create, read, write, close, or free pmFPAfiles available in files files are
@@ -164,4 +166,9 @@
     }
 
+    if (!pmConfigRunFileAdd(config, file)) {
+        psError(PS_ERR_UNKNOWN, false, "Unable to add file to run-time information");
+        return false;
+    }
+
     // select a reading method
     bool status = true;
@@ -412,4 +419,9 @@
             return false;
         }
+    }
+
+    if (!pmConfigRunFileAdd(config, file)) {
+        psError(PS_ERR_UNKNOWN, false, "Unable to add file to run-time information");
+        return false;
     }
 
