Index: trunk/ippScripts/scripts/detrend_process_imfile.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_process_imfile.pl	(revision 13698)
+++ trunk/ippScripts/scripts/detrend_process_imfile.pl	(revision 13699)
@@ -61,11 +61,11 @@
 # Recipes to use, as a function of the detrend type
 use constant RECIPES => {
-    'bias'    => 'PPIMAGE_O',	 # Overscan only
-    'dark'    => 'PPIMAGE_OB',	 # Overscan and bias only
-    'shutter' => 'PPIMAGE_OBD',	 # Overscan, bias and dark only
-    'flat'    => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
-    'domeflat'    => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
-    'skyflat'    => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
-    'fringe'  => 'PPIMAGE_OBDSF',# Overscan, bias, dark, shutter and flat only
+    'bias'     => 'PPIMAGE_O',	  # Overscan only
+    'dark'     => 'PPIMAGE_OB',	  # Overscan and bias only
+    'shutter'  => 'PPIMAGE_OBD',  # Overscan, bias and dark only
+    'flat'     => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
+    'domeflat' => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
+    'skyflat'  => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
+    'fringe'   => 'PPIMAGE_OBDSF',# Overscan, bias, dark, shutter and flat only
 };
 
