Index: trunk/ippScripts/scripts/detrend_resid.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_resid.pl	(revision 10592)
+++ trunk/ippScripts/scripts/detrend_resid.pl	(revision 10742)
@@ -57,4 +57,6 @@
 	'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
     },
@@ -64,4 +66,6 @@
 	'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
     },
@@ -74,4 +78,6 @@
     '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
 };
