Index: trunk/ippTasks/detrend.norm.pro
===================================================================
--- trunk/ippTasks/detrend.norm.pro	(revision 14153)
+++ trunk/ippTasks/detrend.norm.pro	(revision 14630)
@@ -37,20 +37,20 @@
 
 macro detnorm.on
-  task dettool.norm.load
-    active true
-  end
-  task dettool.norm.run
-    active true
-  end
-  task dettool.normexp.load
-    active true
-  end
-  task dettool.normexp.run
-    active true
-  end
-  task dettool.normstat.load
-    active true
-  end
-  task dettool.normstat.run
+  task detrend.norm.load
+    active true
+  end
+  task detrend.norm.run
+    active true
+  end
+  task detrend.normexp.load
+    active true
+  end
+  task detrend.normexp.run
+    active true
+  end
+  task detrend.normstat.load
+    active true
+  end
+  task detrend.normstat.run
     active true
   end
@@ -58,20 +58,20 @@
 
 macro detnorm.off
-  task dettool.norm.load
-    active false
-  end
-  task dettool.norm.run
-    active false
-  end
-  task dettool.normexp.load
-    active false
-  end
-  task dettool.normexp.run
-    active false
-  end
-  task dettool.normstat.load
-    active false
-  end
-  task dettool.normstat.run
+  task detrend.norm.load
+    active false
+  end
+  task detrend.norm.run
+    active false
+  end
+  task detrend.normexp.load
+    active false
+  end
+  task detrend.normexp.run
+    active false
+  end
+  task detrend.normstat.load
+    active false
+  end
+  task detrend.normstat.run
     active false
   end
@@ -86,5 +86,5 @@
 # new entries are added to detPendingNormStatImfile
 # compare the new list with the ones already selected
-task	       dettool.normstat.load
+task	       detrend.normstat.load
   host         local
 
@@ -95,5 +95,5 @@
 
   stdout NULL
-  stderr $LOGSUBDIR/dettool.normstat.log
+  stderr $LOGSUBDIR/detrend.normstat.log
 
   task.exec
@@ -134,5 +134,5 @@
 
 # copy new images, sending job to desired host
-task	       dettool.normstat.run
+task	       detrend.normstat.run
   periods      -poll $runpoll
   periods      -exec $runexec
@@ -205,5 +205,5 @@
 # new entries are added to detPendingNormImfile
 # compare the new list with the ones already selected
-task	       dettool.norm.load
+task	       detrend.norm.load
   host         local
 
@@ -214,5 +214,5 @@
 
   stdout NULL
-  stderr $LOGSUBDIR/dettool.norm.log
+  stderr $LOGSUBDIR/detrend.norm.log
 
   task.exec
@@ -253,5 +253,5 @@
 
 # copy new images, sending job to desired host
-task	       dettool.norm.run
+task	       detrend.norm.run
   periods      -poll $runpoll
   periods      -exec $runexec
@@ -328,5 +328,5 @@
 # new entries are added to detPendingNormExp
 # compare the new list with the ones already selected
-task	       dettool.normexp.load
+task	       detrend.normexp.load
   host         local
 
@@ -337,5 +337,5 @@
 
   stdout NULL
-  stderr $LOGSUBDIR/dettool.normexp.log
+  stderr $LOGSUBDIR/detrend.normexp.log
 
   task.exec
@@ -376,5 +376,5 @@
 
 # copy new images, sending job to desired host
-task	       dettool.normexp.run
+task	       detrend.normexp.run
   periods      -poll $runpoll
   periods      -exec $runexec
