Index: trunk/ippScripts/scripts/detrend_reject_exp.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_reject_exp.pl	(revision 9288)
+++ trunk/ippScripts/scripts/detrend_reject_exp.pl	(revision 9337)
@@ -36,4 +36,5 @@
     'bias' => 10,		# Should be fairly flat; some CRs
     'dark' => 100,		# Lots of CRs
+    'shutter' => 10,		# Should be less than 10 sec
     'flat' => undef		# Can't define expected value (depends on exposure level)
     };
@@ -44,4 +45,5 @@
     'bias' => 10, # Components should have the same degree of variation
     'dark' => 10, # Components should have the same degree of variation
+    'shutter' => undef,		# Might be significant variation
     'flat' => 10 # Components should have the same degree of variation
     };
@@ -52,4 +54,5 @@
     'bias' => 5,		# All images should be equally structured
     'dark' => 5,		# All images should be equally structured
+    'shutter' => 5,		# All images should be equally structured
     'flat' => 5 		# All images should be equally structured
     };
