Index: /trunk/ippconfig/gpc1/ppStack.config
===================================================================
--- /trunk/ippconfig/gpc1/ppStack.config	(revision 32146)
+++ /trunk/ippconfig/gpc1/ppStack.config	(revision 32147)
@@ -32,4 +32,15 @@
 END
 
+# for 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  8.0    # since not convolved limit, relax? tune?
+    PSF.INPUT.CLIP.NSIGMA   F32  5.0
+END
+
 STACK_NIGHTLY  METADATA
     OUTPUT.NOCOMP   BOOL    FALSE
Index: /trunk/ippconfig/recipes/ppStack.config
===================================================================
--- /trunk/ippconfig/recipes/ppStack.config	(revision 32146)
+++ /trunk/ippconfig/recipes/ppStack.config	(revision 32147)
@@ -139,4 +139,6 @@
 END
 
+QUICKSTACK_DEEP    METADATA
+END
 
 STACK_DEEP    METADATA
Index: /trunk/ippconfig/recipes/reductionClasses.mdc
===================================================================
--- /trunk/ippconfig/recipes/reductionClasses.mdc	(revision 32146)
+++ /trunk/ippconfig/recipes/reductionClasses.mdc	(revision 32147)
@@ -335,4 +335,11 @@
 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
