Index: trunk/ippTasks/detrend.process.pro
===================================================================
--- trunk/ippTasks/detrend.process.pro	(revision 10723)
+++ trunk/ippTasks/detrend.process.pro	(revision 10745)
@@ -57,7 +57,5 @@
 
   task.exec
-    # XXX dettool needs -limit command
-    # command dettool -toprocessedimfile -simple -limit {$DetrendProcessImfileFail + 20}
-    command dettool -toprocessedimfile -simple
+    command dettool -toprocessedimfile -simple -limit {$DetrendProcessImfileFail + 20}
   end
 
@@ -191,6 +189,5 @@
 
   task.exec
-    # command dettool -toprocessedexp -simple -limit {$DetrendProcessExpFail + 20}
-    command dettool -toprocessedexp -simple
+    command dettool -toprocessedexp -simple -limit {$DetrendProcessExpFail + 20}
   end
 
