Index: trunk/ippScripts/scripts/detrend_stack.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_stack.pl	(revision 8359)
+++ trunk/ippScripts/scripts/detrend_stack.pl	(revision 8360)
@@ -75,5 +75,5 @@
     my $command = "dettool -addstacked -det_id $detId -iter $iter -class_id $classId" .
 	" -uri $output";	# Command to run
-    $command .= ' -pleasenormalize' if NORMALIZE()->{$detType};
+    $command .= ' -pleasenormalize' if NORMALISE()->{$detType};
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
 	run(command => $command, verbose => 1);
