Index: branches/czw_branch/20101203/ippconfig/gpc1/ppStack.config
===================================================================
--- branches/czw_branch/20101203/ippconfig/gpc1/ppStack.config	(revision 30119)
+++ branches/czw_branch/20101203/ippconfig/gpc1/ppStack.config	(revision 30419)
@@ -20,3 +20,19 @@
 PS1_REFERENCE METADATA
     OUTPUT.NOCOMP   BOOL    TRUE
+    OUTPUT.LOGFLUX  BOOL    FALSE
 END
+
+STACK_DEEP    METADATA
+    OUTPUT.NOCOMP   BOOL    TRUE
+    OUTPUT.LOGFLUX  BOOL    FALSE
+END
+
+STACK_NIGHTLY  METADATA
+    OUTPUT.NOCOMP   BOOL    FALSE
+    OUTPUT.LOGFLUX  BOOL    FALSE
+END
+
+STACK_THREEPI  METADATA
+    OUTPUT.NOCOMP   BOOL    FALSE
+    OUTPUT.LOGFLUX  BOOL    TRUE
+END
Index: branches/czw_branch/20101203/ippconfig/recipes/ppStack.config
===================================================================
--- branches/czw_branch/20101203/ippconfig/recipes/ppStack.config	(revision 30119)
+++ branches/czw_branch/20101203/ippconfig/recipes/ppStack.config	(revision 30419)
@@ -112,2 +112,14 @@
         PHOTOMETRY          BOOL  FALSE           # Do basic photometry?
 END
+
+
+# 
+
+STACK_DEEP    METADATA
+END
+
+STACK_NIGHTLY  METADATA
+END
+
+STACK_THREEPI  METADATA
+END
Index: branches/czw_branch/20101203/ippconfig/recipes/reductionClasses.mdc
===================================================================
--- branches/czw_branch/20101203/ippconfig/recipes/reductionClasses.mdc	(revision 30119)
+++ branches/czw_branch/20101203/ippconfig/recipes/reductionClasses.mdc	(revision 30419)
@@ -192,4 +192,26 @@
 	JPEG_BIN1	STR	PPIMAGE_J1
 	JPEG_BIN2	STR	PPIMAGE_J2
+END
+
+# reduction classes for different stacks
+# regular stacks
+NIGHTLY_STACK         METADATA
+      STACK_PPSTACK   STR      STACK_NIGHTLY
+      STACK_PPSUB     STR      STACK
+      STACK_PSPHOT    STR      STACK
+END
+
+# deep stacks
+DEEP_STACK            METADATA
+      STACK_PPSTACK   STR      STACK_DEEP
+      STACK_PPSUB     STR      STACK
+      STACK_PSPHOT    STR      STACK
+END
+
+# three pi stacks
+THREEPI_STACK         METADATA
+      STACK_PPSTACK   STR      STACK_THREEPI
+      STACK_PPSUB     STR      STACK
+      STACK_PSPHOT    STR      STACK
 END
 
