Index: /branches/eam_branch_20080706/ippScripts/scripts/detrend_norm_calc.pl
===================================================================
--- /branches/eam_branch_20080706/ippScripts/scripts/detrend_norm_calc.pl	(revision 18500)
+++ /branches/eam_branch_20080706/ippScripts/scripts/detrend_norm_calc.pl	(revision 18501)
@@ -232,4 +232,5 @@
 	$command .= " -det_id $det_id";
 	$command .= " -iteration $iter";
+	# XXX EAM : we should add this to the db : $command .= " -path_base $outroot";
 	$command .= " -code $exit_code";
 	$command .= " -dbname $dbname" if defined $dbname;
Index: /branches/eam_branch_20080706/ippScripts/scripts/detrend_reject_exp.pl
===================================================================
--- /branches/eam_branch_20080706/ippScripts/scripts/detrend_reject_exp.pl	(revision 18500)
+++ /branches/eam_branch_20080706/ippScripts/scripts/detrend_reject_exp.pl	(revision 18501)
@@ -318,5 +318,4 @@
 $command .= " -accept" if $master;
 $command .= " -dbname $dbname" if defined $dbname;
-### XXX WE NEED to make this a recipe-driven option
 $command .= " -again" unless $stop;
 $command .= $stats->cmdflags();
@@ -355,4 +354,5 @@
         $command .= " -det_id $det_id";
         $command .= " -iteration $iter";
+	# XXX EAM : we should add this to the db : $command .= " -path_base $outroot";
         $command .= " -code $exit_code";
         $command .= " -dbname $dbname" if defined $dbname;
Index: /branches/eam_branch_20080706/ippScripts/scripts/detrend_stack.pl
===================================================================
--- /branches/eam_branch_20080706/ippScripts/scripts/detrend_stack.pl	(revision 18500)
+++ /branches/eam_branch_20080706/ippScripts/scripts/detrend_stack.pl	(revision 18501)
@@ -244,4 +244,5 @@
         $command .= " -iteration $iter";
         $command .= " -class_id $class_id";
+	# XXX EAM : we should add this to the db : $command .= " -path_base $outroot";
         $command .= " -code $exit_code";
         $command .= " -dbname $dbname" if defined $dbname;
