Index: trunk/ippScripts/scripts/detrend_norm_exp.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_norm_exp.pl	(revision 19659)
+++ trunk/ippScripts/scripts/detrend_norm_exp.pl	(revision 19660)
@@ -137,5 +137,5 @@
     # Make the jpeg for binning 1
     $command = "$ppImage -list $list1Name $outroot"; # Command to run
-    $command .= " -recipe PPIMAGE PPIMAGE_N";
+    $command .= " -recipe PPIMAGE PPIMAGE_J1";
     $command .= " -recipe JPEG $recipe";
     $command .= " -dbname $dbname" if defined $dbname;
@@ -146,5 +146,5 @@
     # Make the jpeg for binning 2
     $command = "$ppImage -list $list2Name $outroot"; # Command to run
-    $command .= " -recipe PPIMAGE PPIMAGE_N";
+    $command .= " -recipe PPIMAGE PPIMAGE_J2";
     $command .= " -recipe JPEG $recipe";
     $command .= " -dbname $dbname" if defined $dbname;
