Index: /trunk/ippconfig/ipprc.config
===================================================================
--- /trunk/ippconfig/ipprc.config	(revision 7455)
+++ /trunk/ippconfig/ipprc.config	(revision 7456)
@@ -10,11 +10,11 @@
 ### Setups for each camera system
 CAMERAS		METADATA
+	mcShort		STR	mcshort/camera.config
+	MEGACAM		STR	megacam/camera.config
 	MEGACAM_DET	STR	megacam_detrended/camera.config
-	MEGACAM		STR	megacam/camera.config
 	GPC1		STR	gpc1/camera.config
 	LRIS_BLUE	STR	lris_blue/camera.config
 	LRIS_RED	STR	lris_red/camera.config
 	SIMPLE		STR	simple/camera.config
-	mcShort		STR	mcshort/camera.config
 	# move the mcShort to the top to force its selection 
 END
@@ -26,7 +26,15 @@
 LOGDEST	STR	STDOUT				# Log destination
 TRACE		METADATA			# Trace levels
-	ppImageLoop		S32	10
+	pmFPAMosaic		S32	10
+	fpaMosaic		S32	10
+	addCell			S32	10
+	imageMosaic		S32	10
+	ppMergeCombine		S32	10
+	pmReadoutCombine	S32	5
 	pmFPAPrint		S32	10
 	pmHDUPrint		S32	10
+#	ppMergeCheckInputs	S32	7
+#	ppMergeScaleZero	S32	10
+#	pmFlatNormalize		S32	10
 #	pmHDUWrite		S32	10
 #	ppImageLoadPixels	S32	10
Index: /trunk/ippconfig/ppMerge_template.config
===================================================================
--- /trunk/ippconfig/ppMerge_template.config	(revision 7455)
+++ /trunk/ippconfig/ppMerge_template.config	(revision 7456)
@@ -1,13 +1,14 @@
 # Recipe configuration for ppMerge
  
-ROWS            S32     128             # Number of rows to read at once
+ROWS            S32     256		# 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	3		# Number of rejection iterations
-FRACHIGH	F32	0.1		# Fraction of high pixels to reject immediately
+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
-NKEEP		S32	3		# Minimum number of pixels in stack to keep
+NKEEP		S32	5		# Minimum number of pixels in stack to keep
 MASKVAL		S32	0xff		# Mask value for input data
-COMBINE		STR	MEAN		# Statistic to use for combination
+### Statistics options: MEAN | MEDIAN | ROBUST | FITTED | CLIPPED
+COMBINE		STR	MEAN		# Statistic to use for combination: 
 BACKGROUND	STR	MEDIAN		# Statistic to use to measure the background
