Index: trunk/ippScripts/scripts/detrend_resid.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_resid.pl	(revision 13275)
+++ trunk/ippScripts/scripts/detrend_resid.pl	(revision 13552)
@@ -69,20 +69,20 @@
 use constant RECIPES => {
     'master' => {		# We're creating a master --- already processed the input
-	'bias' => 'PPIMAGE_B',	# Bias only
-	'dark' => 'PPIMAGE_D',	# Dark only
-	'shutter' => 'PPIMAGE_S',	# Shutter only
-	'flat' => 'PPIMAGE_F',	# Flat-field only
+	'bias'     => 'PPIMAGE_B',	# Bias only
+	'dark'     => 'PPIMAGE_D',	# Dark only
+	'shutter'  => 'PPIMAGE_S',	# Shutter only
+	'flat'     => 'PPIMAGE_F',	# Flat-field only
 	'domeflat' => 'PPIMAGE_F',	# Flat-field only
-	'skyflat' => 'PPIMAGE_F',	# Flat-field only
-	'fringe' => 'PPIMAGE_R',	# Fringe only
+	'skyflat'  => 'PPIMAGE_F',	# Flat-field only
+	'fringe'   => 'PPIMAGE_R',	# Fringe only
     },
     'verify' => {		# We're checking the master --- input is not already processed
-	'bias' => 'PPIMAGE_OB',	# Bias only
-	'dark' => 'PPIMAGE_OBD',	# Dark only
-	'shutter' => 'PPIMAGE_OBDS',	# Shutter only
-	'flat' => 'PPIMAGE_OBDSF',	# Flat-field only
+	'bias'     => 'PPIMAGE_OB',	# Bias only
+	'dark'     => 'PPIMAGE_OBD',	# Dark only
+	'shutter'  => 'PPIMAGE_OBDS',	# Shutter only
+	'flat'     => 'PPIMAGE_OBDSF',	# Flat-field only
 	'domeflat' => 'PPIMAGE_OBDSF',	# Flat-field only
-	'skyflat' => 'PPIMAGE_OBDSF',	# Flat-field only
-	'fringe' => 'PPIMAGE_OBDSFR',	# Fringe only
+	'skyflat'  => 'PPIMAGE_OBDSF',	# Flat-field only
+	'fringe'   => 'PPIMAGE_OBDSFR',	# Fringe only
     },
 };
@@ -94,9 +94,8 @@
     'shutter' => '-shutter',	# Specify the shutter frame
     'flat' => '-flat',		# Specify the flat frame
-    'domeflat' => '-flat',		# Specify the flat frame
-    'skyflat' => '-flat',		# Specify the flat frame
+    'domeflat' => '-flat',	# Specify the flat frame
+    'skyflat' => '-flat',	# Specify the flat frame
     'fringe' => '-fringe',	# Specify the fringe frame
 };
-
 
 use constant DELETE_STATS => 0;	# Delete the statistics file when done?
