Index: /trunk/ippScripts/scripts/detrend_norm_calc.pl
===================================================================
--- /trunk/ippScripts/scripts/detrend_norm_calc.pl	(revision 10741)
+++ /trunk/ippScripts/scripts/detrend_norm_calc.pl	(revision 10742)
@@ -42,4 +42,6 @@
     'shutter' => 0,
     'flat' => 1,
+    'domeflat' => 1,
+    'skyflat' => 1,
     'fringe' => 0,
     }; 
Index: /trunk/ippScripts/scripts/detrend_process_imfile.pl
===================================================================
--- /trunk/ippScripts/scripts/detrend_process_imfile.pl	(revision 10741)
+++ /trunk/ippScripts/scripts/detrend_process_imfile.pl	(revision 10742)
@@ -49,4 +49,6 @@
     '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 10741)
+++ /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
 };
Index: /trunk/ippScripts/scripts/detrend_stack.pl
===================================================================
--- /trunk/ippScripts/scripts/detrend_stack.pl	(revision 10741)
+++ /trunk/ippScripts/scripts/detrend_stack.pl	(revision 10742)
@@ -45,4 +45,6 @@
     'shutter' => 'PPMERGE_SHUTTER',
     'flat' => 'PPMERGE_FLAT',
+    'domeflat' => 'PPMERGE_FLAT',
+    'skyflat' => 'PPMERGE_FLAT',
     'fringe' => 'PPMERGE_FRINGE',
     };
