Index: trunk/ippconfig/recipes/ppMerge.config
===================================================================
--- trunk/ippconfig/recipes/ppMerge.config	(revision 16806)
+++ trunk/ippconfig/recipes/ppMerge.config	(revision 16843)
@@ -1,9 +1,9 @@
 # Recipe configuration for ppMerge
  
-ROWS            S32     512		# Number of rows to read at once
+ROWS            S32     128		# Number of rows to read at once
 ELECTRONS       F32     100.0           # Minimum number of electrons for useful signal
 SAMPLE          S32     100             # Sampling factor for measuring the background
 REJ		F32	3.0		# Rejection threshold (sigma)
-ITER		S32	1		# Number of rejection iterations
+ITER		S32	0		# Number of rejection iterations
 FRACHIGH	F32	0.0		# Fraction of high pixels to reject immediately
 FRACLOW		F32	0.0		# Fraction of low pixels to reject immediately
@@ -26,4 +26,9 @@
 MEAN		STR	ROBUST_MEDIAN	# Statistic to use to measure the mean
 STDEV		STR	ROBUST_STDEV	# Statistic to use to measure the stdev
+
+# Ordinates for fitting dark current
+DARK.ORDINATES	METADATA
+	CELL.DARKTIME	S32	1	# Traditional dark current term
+END
 
 
