Index: trunk/ippScripts/scripts/detrend_stack.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_stack.pl	(revision 9180)
+++ trunk/ippScripts/scripts/detrend_stack.pl	(revision 9190)
@@ -68,5 +68,5 @@
 my $files;			# Array of files to be stacked
 {
-    my $command = "$dettool -processedimfile -det_id $det_id -iteration $iter -class_id $class_id"; # Command to run
+    my $command = "$dettool -processedimfile -det_id $det_id -class_id $class_id"; # Command to run
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
 	run(command => $command, verbose => 1);
