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
 };
 
