Index: branches/meh_branches/ppstack_test/ippconfig/gpc1/ppStack.config
===================================================================
--- branches/meh_branches/ppstack_test/ippconfig/gpc1/ppStack.config	(revision 32134)
+++ branches/meh_branches/ppstack_test/ippconfig/gpc1/ppStack.config	(revision 32146)
@@ -1,3 +1,7 @@
 PSF.MODEL	STR	PS_MODEL_PS1_V1	# Model for PSF generation
+
+# generally wouldn't want to be NAN 
+PSF.INPUT.MAX           F32  10.0 	# camera stage cutting at ?
+PSF.INPUT.CLIP.NSIGMA   F32  7.0
 
 ZP.AIRMASS      METADATA                # Airmass terms by filter
@@ -32,4 +36,15 @@
 END
 
+# for stages that want just unconvolved and deep stacks
+QUICKSTACK_DEEP    METADATA
+    CONVOLVE        BOOL   FALSE
+    COMBINE.REJ     F32    3.5		# Rejection threshold in combination (sigma). tune?
+    COMBINE.DISCARD F32    0.2		# Discard fraction for Olympic weighted mean. tune?
+    OUTPUT.NOCOMP   BOOL    TRUE
+    OUTPUT.LOGFLUX  BOOL    FALSE
+    PSF.INPUT.MAX           F32  7.5	# since not convolved limit, relax? to tune.
+    PSF.INPUT.CLIP.NSIGMA   F32  5.0
+END
+
 STACK_NIGHTLY  METADATA
     OUTPUT.NOCOMP   BOOL    FALSE
Index: branches/meh_branches/ppstack_test/ippconfig/recipes/ppStack.config
===================================================================
--- branches/meh_branches/ppstack_test/ippconfig/recipes/ppStack.config	(revision 32134)
+++ branches/meh_branches/ppstack_test/ippconfig/recipes/ppStack.config	(revision 32146)
@@ -99,5 +99,5 @@
 OUTPUT.REPLICATE BOOL   TRUE
 
-STACK.TYPE      STR     DEEP_STACK
+STACK.TYPE      STR     DEEP_STACK	# info type for PSPS only
 
 # Recipe overrides for STACK
@@ -139,4 +139,6 @@
 END
 
+QUICKSTACK_DEEP    METADATA
+END
 
 STACK_DEEP    METADATA
Index: branches/meh_branches/ppstack_test/ippconfig/recipes/reductionClasses.mdc
===================================================================
--- branches/meh_branches/ppstack_test/ippconfig/recipes/reductionClasses.mdc	(revision 32134)
+++ branches/meh_branches/ppstack_test/ippconfig/recipes/reductionClasses.mdc	(revision 32146)
@@ -335,4 +335,12 @@
 END
 
+# quick deep stacks (for unconvolved refstacks and full,deep stacks)
+DEEP_QUICKSTACK            METADATA
+      STACK_PPSTACK   STR      QUICKSTACK_DEEP
+      STACK_PPSUB     STR      STACK
+      STACK_PSPHOT    STR      STACK
+END
+
+
 TESTSTACK            METADATA
       STACK_PPSTACK   STR      TESTSTACK
