Index: trunk/ippTasks/pantasks.pro
===================================================================
--- trunk/ippTasks/pantasks.pro	(revision 10691)
+++ trunk/ippTasks/pantasks.pro	(revision 10723)
@@ -7,5 +7,7 @@
 # $scripts = $HOME/src/pantasks/ipp/ippTasks
 $scripts = .
-$LOGDIR = `ipp_datapath.pl path://ESSENCE`
+# $LOGDIR = `ipp_datapath.pl path://ESSENCE`
+$LOGDIR = `ipp_datapath.pl path://SIMTEST`
+
 $LOGDIR = $LOGDIR/logs
 exec mkdir -p $LOGDIR
@@ -19,9 +21,10 @@
   if ($parallel) 
     controller exit true
-    controller host add sn2
-    controller host add sn3
-    controller host add sn4
-    controller host add sn5
-#   controller host add sn6
+    controller host add alala
+#    controller host add sn2
+#    controller host add sn3
+#    controller host add sn4
+#    controller host add sn5
+#    controller host add sn6
 # sn7 serves the disk
   end
@@ -31,12 +34,12 @@
 
 macro load.tasks
-  input $scripts/phase0.pro
+#  input $scripts/phase0.pro
 #  input $scripts/phase2.pro
 #  input $scripts/phase3.pro
-#  input $scripts/detrend.process.pro
-#  input $scripts/detrend.stack.pro
-#  input $scripts/detrend.norm.pro
-#  input $scripts/detrend.resid.pro
-#  input $scripts/detrend.reject.pro
+  input $scripts/detrend.process.pro
+  input $scripts/detrend.stack.pro
+  input $scripts/detrend.norm.pro
+  input $scripts/detrend.resid.pro
+  input $scripts/detrend.reject.pro
 end
 
@@ -108,2 +111,18 @@
   exec rm -f ../object/*.p3.*.jpg
 end
+
+macro showcommand
+  local n 
+
+  if ($VERBOSE)
+    $command = $taskarg:0
+    for n 1 $taskarg:n
+      $command = $command $taskarg:$n
+    end
+    if ($0 == 2)
+      echo "$1 for: $command"
+    else
+      echo "command: $command"
+    end    
+  end
+end
