Index: /trunk/ippconfig/simtest/Makefile.am
===================================================================
--- /trunk/ippconfig/simtest/Makefile.am	(revision 18509)
+++ /trunk/ippconfig/simtest/Makefile.am	(revision 18510)
@@ -10,5 +10,6 @@
 	rejections.config \
 	dvo.config \
-	ppSim.config
+	ppSim.config \
+	ppSub.config
 
 install_DATA = $(install_files)
Index: /trunk/ippconfig/simtest/camera.config
===================================================================
--- /trunk/ippconfig/simtest/camera.config	(revision 18509)
+++ /trunk/ippconfig/simtest/camera.config	(revision 18510)
@@ -44,4 +44,5 @@
 	PSPHOT		STR	simtest/psphot.config	# psphot details
 	PPSIM		STR	simtest/ppSim.config	# ppSim details
+	PPSUB		STR	simtest/ppSub.config	# ppSub details
 	PSASTRO		STR	simtest/psastro.config	# psastro details
 	REJECTIONS	STR	simtest/rejections.config # Rejection for detrend creation
Index: /trunk/ippconfig/simtest/ppSub.config
===================================================================
--- /trunk/ippconfig/simtest/ppSub.config	(revision 18510)
+++ /trunk/ippconfig/simtest/ppSub.config	(revision 18510)
@@ -0,0 +1,25 @@
+### Recipe file for ppSub
+
+KERNEL.TYPE	STR	RINGS		# Kernel type to use (POIS|ISIS|SPAM|FRIES|GUNK|RINGS)
+KERNEL.SIZE     S32	15		# Kernel half-size (pixels)
+SPATIAL.ORDER   S32	1 		# Spatial polynomial order
+REGION.SIZE	F32	0		# Iso-kernel region size (pixels)
+STAMP.SPACING   F32	200		# Typical spacing between stamps (pixels)
+STAMP.FOOTPRINT S32	35		# Size of stamps (pixels)
+STAMP.THRESHOLD F32	0		# Flux threshold for stamps (ADU)
+ITER            S32	10		# Number of rejection iterations
+REJ             F32	2.5		# Rejection level (std dev)
+MASK.BAD        STR	BLANK,BAD,SAT	# Mask value for bad pixels
+MASK.BLANK      STR	BLANK		# Mask value to give blank pixels
+BADFRAC		F32	0.8		# Maximum fraction of bad pixels
+@ISIS.WIDTHS	F32	1 3 5		# Gaussian FWHMs for ISIS kernels
+@ISIS.ORDERS	S32	2 2 2		# Polynomial orders for ISIS kernels
+INNER		S32	5		# Inner half-size for SPAM and FRIES kernels
+RINGS.ORDER	S32	2		# Polynomial order for RINGS kernels
+PENALTY		F32	1.0		# Penalty for wideness
+
+### Modifications to use when stacking data
+STACK	METADATA
+	KERNEL.TYPE	STR	RINGS	# Kernel type to use (POIS|ISIS|SPAM|FRIES|GUNK|RINGS)
+	KERNEL.SIZE     S32     15      # Kernel half-size (pixels)
+END
