Index: branches/eam_branches/ipp-20130307/ippconfig/gpc1/ppImage.config
===================================================================
--- branches/eam_branches/ipp-20130307/ippconfig/gpc1/ppImage.config	(revision 35323)
+++ branches/eam_branches/ipp-20130307/ippconfig/gpc1/ppImage.config	(revision 35350)
@@ -1232,4 +1232,5 @@
   BIAS               BOOL    FALSE           # Bias subtraction
   DARK               BOOL    TRUE            # Dark subtraction
+  NOISEMAP           BOOL    FALSE
   REMNANCE           BOOL    FALSE           # Remnance masking
   SHUTTER            BOOL    FALSE           # Shutter correction
Index: branches/eam_branches/ipp-20130307/ippconfig/gpc1/ppStack.config
===================================================================
--- branches/eam_branches/ipp-20130307/ippconfig/gpc1/ppStack.config	(revision 35323)
+++ branches/eam_branches/ipp-20130307/ippconfig/gpc1/ppStack.config	(revision 35350)
@@ -56,4 +56,10 @@
 END
 
+STACK_ALLDEEP    METADATA                  # N>>20 inputs, typically MD fields, no cuts
+    OUTPUT.NOCOMP           BOOL  TRUE
+    OUTPUT.LOGFLUX          BOOL  FALSE
+    OUTPUT.REPLICATE        BOOL  TRUE
+END
+
 # Recipe overrides for STACK
 STACKPHOT METADATA
Index: branches/eam_branches/ipp-20130307/ippconfig/recipes/ppStack.config
===================================================================
--- branches/eam_branches/ipp-20130307/ippconfig/recipes/ppStack.config	(revision 35323)
+++ branches/eam_branches/ipp-20130307/ippconfig/recipes/ppStack.config	(revision 35350)
@@ -159,4 +159,7 @@
 END
 
+STACK_ALLDEEP   METADATA
+END
+
 TEST1 METADATA
   PSF.AUTOSIZE	  BOOL	FALSE		# Determine output PSF size from input PSFs?
Index: branches/eam_branches/ipp-20130307/ippconfig/recipes/ppStatsFromMetadata.config
===================================================================
--- branches/eam_branches/ipp-20130307/ippconfig/recipes/ppStatsFromMetadata.config	(revision 35323)
+++ branches/eam_branches/ipp-20130307/ippconfig/recipes/ppStatsFromMetadata.config	(revision 35350)
@@ -563,6 +563,6 @@
   ENTRY  VAL  ZPT_ERR             F32  CONSTANT         -zpt_stdev
   # don't know why these come out as F64 instead of F32
-  ENTRY  VAL  FWHM_MAJ            F64  CONSTANT         -fhwm_major
-  ENTRY  VAL  FWHM_MIN            F64  CONSTANT         -fhwm_minor
+  ENTRY  VAL  FWHM_MAJ            F64  CONSTANT         -fwhm_major
+  ENTRY  VAL  FWHM_MIN            F64  CONSTANT         -fwhm_minor
 
   ENTRY  VAL  QUALITY             S32  CONSTANT          -quality             # Bad quality flag
Index: branches/eam_branches/ipp-20130307/ippconfig/recipes/reductionClasses.mdc
===================================================================
--- branches/eam_branches/ipp-20130307/ippconfig/recipes/reductionClasses.mdc	(revision 35323)
+++ branches/eam_branches/ipp-20130307/ippconfig/recipes/reductionClasses.mdc	(revision 35350)
@@ -550,4 +550,13 @@
        STACK_PPSUB     STR      STACK
        STACK_PSPHOT    STR      STACK
+END
+
+# all/deep stacks
+ALLDEEP_STACK            METADATA
+        STACK_PPSTACK           STR     STACK_ALLDEEP
+        STACK_PPSUB             STR     STACK
+        STACK_PSPHOT            STR     STACK
+        STACKPHOT_PSPHOT        STR     STACKPHOT
+        STATICSKY_CALIBRATION   STR     STATICSKY_DEEPCAL
 END
 
