Index: trunk/ippconfig/recipes/Makefile.am
===================================================================
--- trunk/ippconfig/recipes/Makefile.am	(revision 28442)
+++ trunk/ippconfig/recipes/Makefile.am	(revision 28486)
@@ -30,5 +30,6 @@
 	ppSkycell.config \
 	ppVizPSF.mdc \
-	nightly_science.config
+	nightly_science.config \
+	ppBackground.mdc
 
 install_DATA = $(install_files)
Index: trunk/ippconfig/recipes/ppBackground.mdc
===================================================================
--- trunk/ippconfig/recipes/ppBackground.mdc	(revision 28486)
+++ trunk/ippconfig/recipes/ppBackground.mdc	(revision 28486)
@@ -0,0 +1,5 @@
+# Recipe options for ppBackground
+
+
+BACKGROUND	 METADATA
+END
Index: trunk/ippconfig/recipes/ppStatsFromMetadata.config
===================================================================
--- trunk/ippconfig/recipes/ppStatsFromMetadata.config	(revision 28442)
+++ trunk/ippconfig/recipes/ppStatsFromMetadata.config	(revision 28486)
@@ -326,4 +326,27 @@
 END
 
+
+BACKGROUND_WARP	METADATA
+  ENTRY MULTI
+  TYPE   VAL  KEYWORD             TYPE STATISTIC         FLAG 
+  ENTRY  VAL  ROBUST_MEDIAN       F32  ROBUST_MEDIAN     -bg            
+  ENTRY  VAL  ROBUST_STDEV        F32  RMS               -bg_stdev      
+  ENTRY  VAL  QUALITY             S32  CONSTANT          -quality             # Bad quality flag
+
+  # Revision values
+  ENTRY	 VAL  PSLIB_V		  STR  CONSTANT		-ver_pslib
+  ENTRY  VAL  MODULE_V		  STR  CONSTANT		-ver_psmodules
+  ENTRY	 VAL  STATS_V		  STR  CONSTANT		-ver_ppstats
+  ENTRY	 VAL  WARP_V		  STR  CONSTANT		-ver_pswarp
+
+  # Mask stats values
+  ENTRY VAL MASKFRAC_NPIX	  S32  CONSTANT		-maskfrac_npix
+  ENTRY VAL MASKFRAC_STATIC	  F32  CONSTANT		-maskfrac_static
+  ENTRY VAL MASKFRAC_DYNAMIC	  F32  CONSTANT		-maskfrac_dynamic
+  ENTRY VAL MASKFRAC_MAGIC	  F32  CONSTANT		-maskfrac_magic
+  ENTRY VAL MASKFRAC_ADVISORY	  F32  CONSTANT		-maskfrac_advisory
+END
+
+
 STACK_SKYCELL METADATA
   ENTRY MULTI
Index: trunk/ippconfig/recipes/reductionClasses.mdc
===================================================================
--- trunk/ippconfig/recipes/reductionClasses.mdc	(revision 28442)
+++ trunk/ippconfig/recipes/reductionClasses.mdc	(revision 28486)
@@ -158,4 +158,7 @@
 	PSASTRO		STR	DEFAULT_RECIPE
 	STACKPHOT       STR     STACKPHOT
+	BACKGROUND_PPBACKGROUND	STR	BACKGROUND
+	BACKGROUND_PSWARP	STR	BACKGROUND
+
 END
 
Index: trunk/ippconfig/system.config
===================================================================
--- trunk/ippconfig/system.config	(revision 28442)
+++ trunk/ippconfig/system.config	(revision 28486)
@@ -59,3 +59,4 @@
 	PPVIZPSF	STR		recipes/ppVizPSF.mdc # PSF visualisation
         NIGHTLY_SCIENCE STR             recipes/nightly_science.config # Nightly Science
+	PPBACKGROUND	STR		recipes/ppBackground.mdc       # Background restoration
 END
