Index: /trunk/ippScripts/scripts/detrend_norm_calc.pl
===================================================================
--- /trunk/ippScripts/scripts/detrend_norm_calc.pl	(revision 9120)
+++ /trunk/ippScripts/scripts/detrend_norm_calc.pl	(revision 9121)
@@ -45,10 +45,10 @@
 my $files;			# The input files
 {
-    my $command = "$dettool -processedimfile -unmask -det_id $detId -iteration $iter"; # Command to run
+    my $command = "$dettool -processedimfile -det_id $detId -iteration $iter"; # Command to run
     my @command = split /\s+/, $command;
     my ( $stdin, $stdout, $stderr ); # Buffers for running program
     print "Running [$command]...\n";
     run \@command, \$stdin, \$stdout, \$stderr or
-	die "Unable to perform dettool -processedimfile -unmask on detrend $detId/$iter: $?";
+	die "Unable to perform dettool -processedimfile on detrend $detId/$iter: $?";
     print $stdout . "\n";
     
