Index: /trunk/ippconfig/megacam/ppMerge_dark.config
===================================================================
--- /trunk/ippconfig/megacam/ppMerge_dark.config	(revision 10360)
+++ /trunk/ippconfig/megacam/ppMerge_dark.config	(revision 10361)
@@ -4,12 +4,21 @@
 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)
+REJ		F32	4.0		# Rejection threshold (sigma)
 ITER		S32	1		# Number of rejection iterations
-FRACHIGH	F32	0.3		# Fraction of high pixels to reject immediately
-FRACLOW		F32	0.1		# Fraction of low pixels to reject immediately
+FRACHIGH	F32	0.0		# Fraction of high pixels to reject immediately
+FRACLOW		F32	0.0		# Fraction of low pixels to reject immediately
 NKEEP		S32	5		# Minimum number of pixels in stack to keep
-MASKVAL		S32	0xff		# Mask value for input data
-### Statistics options: MEAN | MEDIAN | ROBUST | FITTED | CLIPPED
-COMBINE		STR	MEAN		# Statistic to use for combination: 
+FRINGE.NUM	S32	5000		# Number of fringe regions
+FRINGE.SIZE	S32	3		# Half-size of fringe regions
+FRINGE.XSMOOTH	S32	11		# Number of smoothing regions in x
+FRINGE.YSMOOTH	S32	5		# Number of smoothing regions in y
+SHUTTER.SIZE	S32	128		# Size for shutter measurement regions
+SHUTTER.ITER	S32	2		# Number of iterations for shutter measurement
+SHUTTER.REJECT	F32	3		# Rejection limit for shutter measurement
+MASK.SUSPECT    F32     5.0             # Threshold for suspect pixels (sigma)
+MASK.BAD        F32     -4.0            # Threshold for bad pixels (sigma)
+MASKVAL		S32	0		# Mask value for input data
+COMBINE		STR	CLIPPED		# Statistic to use for combination: 
+WEIGHTS		BOOL	FALSE		# Use image weights?
 MEAN		STR	ROBUST_MEDIAN	# Statistic to use to measure the mean
 STDEV		STR	ROBUST_STDEV	# Statistic to use to measure the stdev
