Index: trunk/ippTasks/pantasks.pro
===================================================================
--- trunk/ippTasks/pantasks.pro	(revision 11465)
+++ trunk/ippTasks/pantasks.pro	(revision 11476)
@@ -69,5 +69,5 @@
   if ($parallel) 
     controller exit true
-    controller host add alala
+    controller host add mithrandir
   end
 end
@@ -122,4 +122,20 @@
   input $scripts/detrend.resid.pro
   input $scripts/detrend.reject.pro
+end
+
+macro detrend.on
+  detproc.on
+  detstack.on
+  detnorm.on
+  detresid.on
+  detreject.on
+end
+
+macro detrend.off
+  detproc.off
+  detstack.off
+  detnorm.off
+  detresid.off
+  detreject.off
 end
 
