Index: trunk/ippScripts/scripts/detrend_norm_exp.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_norm_exp.pl	(revision 17251)
+++ trunk/ippScripts/scripts/detrend_norm_exp.pl	(revision 17252)
@@ -184,7 +184,7 @@
     carp($msg);
     if (defined $det_id and defined $iter and not $no_update) {
-	my $command = "$dettool -addprocessedimfile";
+	my $command = "$dettool -addnormalizedexp";
 	$command .= " -det_id $det_id";
-	$command .= " -iter $iter";
+	$command .= " -iteration $iter";
 	$command .= " -code $exit_code";
 	$command .= " -dbname $dbname" if defined $dbname;
