Index: /trunk/psModules/src/camera/pmFPAfileDefine.c
===================================================================
--- /trunk/psModules/src/camera/pmFPAfileDefine.c	(revision 10723)
+++ /trunk/psModules/src/camera/pmFPAfileDefine.c	(revision 10724)
@@ -651,12 +651,9 @@
 
     // Get the time from FPA.TIME
-    psTime *time = psMetadataLookupPtr(NULL, fpa->concepts, "FPA.TIME");
+    psTime *time = psMetadataLookupPtr(NULL, input->concepts, "FPA.TIME");
     if (time->sec == 0 && time->nsec == 0) {
-        psError(PS_ERR_UNKNOWN, false, "FPA.TIME has not been set.\n");
-        psFree(fpa);
-        return NULL;
+        psLogMsg ("psModules.camera", PS_LOG_WARN, "FPA.TIME has not been set.\n");
     }
     pmDetrendSelectOptions *options = pmDetrendSelectOptionsAlloc(config->cameraName, *time, type);
-    psFree (time);
 
     // search for existing detrend data (detID)
@@ -672,5 +669,6 @@
 
     // set the fileLevel based on the detDB results
-    file->fileLevel = results->level;
+    // XXX this is not supplied by the db.  use the config value for now.
+    // file->fileLevel = results->level;
 
     psFree (results);
