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
 };
 
Index: trunk/ippScripts/scripts/detrend_resid.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_resid.pl	(revision 13698)
+++ trunk/ippScripts/scripts/detrend_resid.pl	(revision 13699)
@@ -90,11 +90,11 @@
 # Flags to specify the particular detrend to use
 use constant DETRENDS => {
-    'bias' => '-bias',		# Specify the bias frame
-    'dark' => '-dark',		# Specify the dark frame
-    'shutter' => '-shutter',	# Specify the shutter frame
-    'flat' => '-flat',		# Specify the flat frame
+    'bias'     => '-bias',	# Specify the bias frame
+    'dark'     => '-dark',	# Specify the dark frame
+    'shutter'  => '-shutter',	# Specify the shutter frame
+    'flat'     => '-flat',	# Specify the flat frame
     'domeflat' => '-flat',	# Specify the flat frame
-    'skyflat' => '-flat',	# Specify the flat frame
-    'fringe' => '-fringe',	# Specify the fringe frame
+    'skyflat'  => '-flat',	# Specify the flat frame
+    'fringe'   => '-fringe',	# Specify the fringe frame
 };
 
