Index: trunk/ippScripts/scripts/register_exp.pl
===================================================================
--- trunk/ippScripts/scripts/register_exp.pl	(revision 12352)
+++ trunk/ippScripts/scripts/register_exp.pl	(revision 12360)
@@ -61,4 +61,5 @@
 # These values should be constant for all components
 use constant CONSTANTS => [
+			   "filelevel",	# File level
                            "object", # Object
                            "exp_type", # Exposure type
Index: trunk/ippScripts/scripts/register_imfile.pl
===================================================================
--- trunk/ippScripts/scripts/register_imfile.pl	(revision 12352)
+++ trunk/ippScripts/scripts/register_imfile.pl	(revision 12360)
@@ -69,4 +69,5 @@
 # The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp"
 use constant CONSTANTS => {
+    "FILE.LEVEL"   => "-filelevel", # File level
     "FPA.OBJECT"   => "-object", # Object
     "FPA.OBSTYPE"  => "-exp_type", # Exposure type
@@ -114,5 +115,5 @@
 my $stats;
 {
-    my $command = "$ppStats $uri -recipe PPSTATS $RECIPE"; # Command to run ppStats
+    my $command = "$ppStats $uri -recipe PPSTATS $RECIPE -level"; # Command to run ppStats
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
         cache_run(command => $command, verbose => 1);
