Index: trunk/ippTools/src/dettool.c
===================================================================
--- trunk/ippTools/src/dettool.c	(revision 7195)
+++ trunk/ippTools/src/dettool.c	(revision 7196)
@@ -16,7 +16,7 @@
 static psArray *validDetInputClassIds(pxConfig *config, const char *det_id);
 static bool stacframeMode(pxConfig *config);
-static bool addmasterMode(pxConfig *config);
-static bool masterMode(pxConfig *config);
-static bool masterframeMode(pxConfig *config);
+static bool addnormalizedMode(pxConfig *config);
+static bool normalizedMode(pxConfig *config);
+static bool normalizedframeMode(pxConfig *config);
 
 static detInputExpRow *rawDetrenTodetInputExpRow(rawDetrendExpRow *rawExp, psS32 det_id);
@@ -63,16 +63,16 @@
             }
             break;
-        case DETTOOL_MODE_ADDMASTER:
-            if (!addmasterMode(config)) {
+        case DETTOOL_MODE_ADDNORMALIZED:
+            if (!addnormalizedMode(config)) {
                 goto FAIL;
             }
             break;
-        case DETTOOL_MODE_MASTER:
-            if (masterMode(config)) {
+        case DETTOOL_MODE_NORMALIZED:
+            if (normalizedMode(config)) {
                 goto FAIL;
             }
             break;
-        case DETTOOL_MODE_MASTERFRAME:
-            if (masterframeMode(config)) {
+        case DETTOOL_MODE_NORMALIZEDFRAME:
+            if (normalizedframeMode(config)) {
                 goto FAIL;
             }
@@ -728,5 +728,5 @@
 }
 
-static bool addmasterMode(pxConfig *config)
+static bool addnormalizedMode(pxConfig *config)
 {
     PS_ASSERT_PTR_NON_NULL(config, false);
@@ -813,5 +813,5 @@
 }
 
-static bool masterMode(pxConfig *config)
+static bool normalizedMode(pxConfig *config)
 {
     PS_ASSERT_PTR_NON_NULL(config, false);
@@ -845,5 +845,5 @@
 }
 
-static bool masterframeMode(pxConfig *config)
+static bool normalizedframeMode(pxConfig *config)
 {
     PS_ASSERT_PTR_NON_NULL(config, false);
