Index: trunk/ippScripts/scripts/detrend_norm_calc.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_norm_calc.pl	(revision 9192)
+++ trunk/ippScripts/scripts/detrend_norm_calc.pl	(revision 9202)
@@ -58,5 +58,5 @@
 my $files;			# The input files
 {
-    my $command = "$dettool -processedimfile -det_id $detId -iteration $iter"; # Command to run
+    my $command = "$dettool -processedimfile -det_id $detId"; # Command to run
     my @command = split /\s+/, $command;
     my ( $stdin, $stdout, $stderr ); # Buffers for running program
@@ -134,5 +134,5 @@
 	my $normalisation = $normItem->{value}; # Normalisation for component
 
-	my $command = "$dettool -addnormstat -det_id $detId -iteration $iter -class_id $className ".
+	my $command = "$dettool -addnormalizedstat -det_id $detId -iteration $iter -class_id $className ".
 	    "-norm $normalisation"; # Command to run
 	my @command = split /\s+/, $command;
