Index: trunk/ippScripts/scripts/detrend_reject_imfile.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_reject_imfile.pl	(revision 9457)
+++ trunk/ippScripts/scripts/detrend_reject_imfile.pl	(revision 9458)
@@ -64,5 +64,5 @@
 # This measures how much variation there is in each imfile
 use constant REJECT_IMFILE_STDEV => {
-    'bias' => 0,		# Should be fairly flat; some CRs
+    'bias' => 15,		# Should be fairly flat; some CRs
     'dark' => 0,		# Lots of CRs
     'shutter' => undef,		# Can be significant structure
@@ -82,5 +82,5 @@
 # This measures how much variation there is across the imfiles
 use constant REJECT_EXPOSURE_STDEV => {
-    'bias' => 0,		# Should be little variation between chips
+    'bias' => 15,		# Should be little variation between chips
     'dark' => 0,		# Could be some glow on some chips
     'shutter' => undef,		# Can be significant structure
