Index: trunk/ippScripts/scripts/detrend_process_exp.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_process_exp.pl	(revision 19657)
+++ trunk/ippScripts/scripts/detrend_process_exp.pl	(revision 19658)
@@ -142,5 +142,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;
@@ -155,5 +155,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;
