Index: trunk/ippconfig/recipes/ppStack.config
===================================================================
--- trunk/ippconfig/recipes/ppStack.config	(revision 24402)
+++ trunk/ippconfig/recipes/ppStack.config	(revision 24405)
@@ -74,2 +74,7 @@
 	TEMP.DELETE	BOOL	FALSE		# Delete temporary files on completion?
 END
+
+# Faster processing for PR images
+PR	METADATA
+	CONVOLVE	BOOL	FALSE
+END
Index: trunk/ippconfig/recipes/ppSub.config
===================================================================
--- trunk/ippconfig/recipes/ppSub.config	(revision 24402)
+++ trunk/ippconfig/recipes/ppSub.config	(revision 24405)
@@ -67,2 +67,7 @@
 	PHOTOMETRY	BOOL	TRUE	# Perform photometry?
 END
+
+#PR image class
+PR		METADATA
+	PHOTOMETRY	BOOL	FALSE
+END
Index: trunk/ippconfig/recipes/psphot.config
===================================================================
--- trunk/ippconfig/recipes/psphot.config	(revision 24402)
+++ trunk/ippconfig/recipes/psphot.config	(revision 24405)
@@ -283,2 +283,8 @@
 DIFF	METADATA
 END
+
+
+# Recipe overrides for PR reduction
+PR	METADATA
+	FULL_FIT_SN_LIM		F32	100.0
+END
Index: trunk/ippconfig/recipes/reductionClasses.mdc
===================================================================
--- trunk/ippconfig/recipes/reductionClasses.mdc	(revision 24402)
+++ trunk/ippconfig/recipes/reductionClasses.mdc	(revision 24405)
@@ -251,2 +251,12 @@
 	ADDSTAR		STR	ADDSTAR
 END
+
+
+# Intended for fast processing to make PR images
+PR		METADATA
+	CHIP_PPIMAGE  	STR	CHIP
+	CHIP_PSPHOT	STR	PR
+	STACK_PPSTACK	STR	PR
+	STACK_PPSUB	STR	PR
+	STACK_PSPHOT	STR	PR
+END
