Index: trunk/ippTools/src/regtool.c
===================================================================
--- trunk/ippTools/src/regtool.c	(revision 12259)
+++ trunk/ippTools/src/regtool.c	(revision 12347)
@@ -1000,4 +1000,10 @@
     }
 
+    psString filelevel = psMetadataLookupStr(&status, config->args, "-filelevel");
+    if (!status) {
+        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filelevel");
+        return false;
+    }
+
     psString filter = psMetadataLookupStr(&status, config->args, "-filter");
     if (!status) {
@@ -1104,4 +1110,5 @@
         imfile->uri,
         exp_type,
+        filelevel,
         filter,
         airmass,
