Index: trunk/ippTools/src/regtoolConfig.c
===================================================================
--- trunk/ippTools/src/regtoolConfig.c	(revision 14023)
+++ trunk/ippTools/src/regtoolConfig.c	(revision 14059)
@@ -153,6 +153,4 @@
     psMetadataAddStr(pendingexpArgs, PS_LIST_TAIL, "-exp_type",  0,
         "search by exposure type", NULL);
-    psMetadataAddStr(pendingexpArgs, PS_LIST_TAIL, "-imfiles",  0,
-        "search for exps with N imfiles", NULL);
     psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit",  0,
         "limit result set to N items", 0);
@@ -176,6 +174,4 @@
     psMetadataAddStr(addprocessedexpArgs, PS_LIST_TAIL, "-exp_type",  0,
         "define exposure type", NULL);
-    psMetadataAddS32(addprocessedexpArgs, PS_LIST_TAIL, "-imfiles",  0,
-        "define the number of imfiles in this exp (required)", 0);
     psMetadataAddStr(addprocessedexpArgs, PS_LIST_TAIL, "-filelevel",  0,
         "define the data partitioning level of this file", NULL);
@@ -307,15 +303,4 @@
     addWhereStr(telescope);
     addWhereStr(exp_type);
-    {
-        int imfiles = 0; 
-        bool status = false;
-        if ((imfiles = psMetadataLookupS32(&status, config->args, "-imfiles"))) {
-            if (!psMetadataAddS32(config->where, PS_LIST_TAIL, "imfiles", 0, "==", imfiles)) {
-                psError(PXTOOLS_ERR_PROG, false, "failed to add item imfiles");
-                psFree(config);
-                return NULL;
-            }
-        }
-    }
     addWhereStr(class);
     addWhereStr(class_id);
