Index: trunk/ippScripts/scripts/detrend.pl
===================================================================
--- trunk/ippScripts/scripts/detrend.pl	(revision 10127)
+++ trunk/ippScripts/scripts/detrend.pl	(revision 10128)
@@ -99,5 +99,5 @@
 	my $iteration = $item->{iteration};
 	my $class_id = $item->{class_id};
-	my $det_type = $item->{det_item};
+	my $det_type = $item->{det_type};
 	my $camera = $item->{camera};
 
@@ -121,5 +121,5 @@
 	my $det_id = $item->{det_id};
 	my $iteration = $item->{iteration};
-	my $det_type = $item->{det_item};
+	my $det_type = $item->{det_type};
 
 	my $command = "$detrend_norm_calc --det_id $det_id --iteration $iteration --det_type $det_type";
@@ -142,5 +142,5 @@
 	my $det_id = $item->{det_id};
 	my $iteration = $item->{iteration};
-	my $det_type = $item->{det_item};
+	my $det_type = $item->{det_type};
 	my $class_id = $item->{class_id};
 	my $value = $item->{norm};
@@ -167,5 +167,5 @@
 	my $det_id = $item->{det_id};
 	my $iteration = $item->{iteration};
-	my $det_type = $item->{det_item};
+	my $det_type = $item->{det_type};
 	my $class_id = $item->{class_id};
 	my $value = $item->{norm};
