Index: /trunk/ippScripts/scripts/detrend_norm_apply.pl
===================================================================
--- /trunk/ippScripts/scripts/detrend_norm_apply.pl	(revision 9958)
+++ /trunk/ippScripts/scripts/detrend_norm_apply.pl	(revision 9959)
@@ -74,4 +74,5 @@
 {
     my $command = "$ppImage -file $input $outputRoot -norm $value -stat $statsName -recipe PPIMAGE " . RECIPE(); # Command to run
+    $command .= ' -isfringe' if lc($detType) eq 'fringe';
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
 	run(command => $command, verbose => 1);
