Index: trunk/ippTasks/detrend.resid.pro
===================================================================
--- trunk/ippTasks/detrend.resid.pro	(revision 10692)
+++ trunk/ippTasks/detrend.resid.pro	(revision 10723)
@@ -58,5 +58,6 @@
 
   task.exec
-    command dettool -toresidimfile -simple -limit {$DetrendResidImfileFail + 20}
+    # command dettool -toresidimfile -simple -limit {$DetrendResidImfileFail + 20}
+    command dettool -toresidimfile -simple
   end
 
@@ -97,14 +98,10 @@
   # default exit status
   task.exit    default
-    if ($VERBOSE) 
-      echo       "detrend.resid: failure"
-    end
+    showcommand failure
   end
 
   # operation times out?
   task.exit    timeout
-    if ($VERBOSE) 
-      echo       "detrend.resid: timeout"
-    end
+    showcommand timeout
   end
 end
@@ -173,7 +170,5 @@
   # default exit status
   task.exit    default
-    if ($VERBOSE)
-      echo "failure detrend_resid.pl $options:0"
-    end
+    showcommand failure
     queuepush DetrendResidImfiles -replace -key 1:2:5:6 "FAIL $options:0"
     $DetrendResidImfileFail ++
@@ -182,7 +177,5 @@
   # operation times out?
   task.exit    timeout
-    if ($VERBOSE)
-      echo "failure detrend_resid.pl $options:0"
-    end
+    showcommand timeout
     queuepush DetrendResidImfiles -replace -key 1:2:6:6 "TIMEOUT $options:0"
     $DetrendResidImfileFail ++
@@ -204,5 +197,6 @@
 
   task.exec
-  command      dettool -toresidexp -simple -limit {$DetrendResidExpFail + 20}
+  # command      dettool -toresidexp -simple -limit {$DetrendResidExpFail + 20}
+  command      dettool -toresidexp -simple
   end
 
@@ -239,14 +233,10 @@
   # default exit status
   task.exit    default
-    if ($VERBOSE)
-      echo       "detrend.residexp: failure"
-    end
+    showcommand failure
   end
 
   # operation times out?
   task.exit    timeout
-    if ($VERBOSE)
-      echo       "detrend.residexp: timeout"
-    end
+    showcommand timeout
   end
 end
@@ -315,7 +305,5 @@
   # default exit status
   task.exit    default
-    if ($VERBOSE)
-      echo "failure for detrend_reject_imfile.pl: $options:0"
-    end
+    showcommand failure
     queuepush DetrendResidExposures -replace -key 1:2:5 "FAIL $options:0"
     $DetrendResidExpFail ++
@@ -324,7 +312,5 @@
   # operation times out?
   task.exit    timeout
-    if ($VERBOSE)
-      echo "failure for detrend_reject_imfile.pl: $options:0"
-    end
+    showcommand timeout
     queuepush DetrendResidExposures -replace -key 1:2:5 "TIMEOUT $options:0"
     $DetrendResidExpFail ++
