Index: /trunk/ippScripts/scripts/detrend_norm_calc.pl
===================================================================
--- /trunk/ippScripts/scripts/detrend_norm_calc.pl	(revision 15472)
+++ /trunk/ippScripts/scripts/detrend_norm_calc.pl	(revision 15473)
@@ -62,4 +62,7 @@
     'skyflat'  => 1,
     'fringe'   => 0,
+    'darkmask' => 0,
+    'flatmask' => 0,
+    'mask'     => 0,
     }; 
 
Index: /trunk/ippScripts/scripts/detrend_resid.pl
===================================================================
--- /trunk/ippScripts/scripts/detrend_resid.pl	(revision 15472)
+++ /trunk/ippScripts/scripts/detrend_resid.pl	(revision 15473)
@@ -112,4 +112,7 @@
     'skyflat'  => '-flat',	# Specify the flat frame
     'fringe'   => '-fringe',	# Specify the fringe frame
+    'darkmask' => '-mask',	# Specify the mask frame
+    'flatmask' => '-mask',	# Specify the mask frame
+    'mask'     => '-mask',	# Specify the mask frame
 };
 
