Index: /trunk/ippTools/src/dettool.c
===================================================================
--- /trunk/ippTools/src/dettool.c	(revision 9965)
+++ /trunk/ippTools/src/dettool.c	(revision 9966)
@@ -973,7 +973,7 @@
 
     {
-        psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_exp_begin");
-        if (!status) {
-            psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_exp_begin");
+        psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_input_begin");
+        if (!status) {
+            psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_input_begin");
             return false;
         }
@@ -992,7 +992,7 @@
 
     {
-        psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_exp_end");
-        if (!status) {
-            psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_exp_end");
+        psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_input_end");
+        if (!status) {
+            psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_input_end");
             return false;
         }
Index: /trunk/ippTools/src/dettoolConfig.c
===================================================================
--- /trunk/ippTools/src/dettoolConfig.c	(revision 9965)
+++ /trunk/ippTools/src/dettoolConfig.c	(revision 9966)
@@ -154,9 +154,9 @@
     psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-set_use_end",  0,
         "end of detrend run applicable peroid", NULL);
-    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_exp_begin",  0,
+    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_input_begin", 0,
         "filter input detrun exp to be in this peroid", NULL);
-    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_exp_end",  0,
+    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_input_end", 0,
         "filter input detrun exp to be in this peroid", NULL);
-    psMetadataAddBool(definebydetrunArgs, PS_LIST_TAIL, "-simple",  0,
+    psMetadataAddBool(definebydetrunArgs, PS_LIST_TAIL, "-simple", 0,
             "use the simple output format", false);
 
