Index: trunk/ppBackground/src/ppBackground.h
===================================================================
--- trunk/ppBackground/src/ppBackground.h	(revision 28300)
+++ trunk/ppBackground/src/ppBackground.h	(revision 34800)
@@ -37,4 +37,13 @@
     );
 
+/// Determine the binning from the recipe if available.
+psImageBinning *ppBackgroundBinningByRecipe(const psImage *image, // Image for which to generate a bg model
+					    const pmConfig *config, // Configuration
+					    psString recipe_name,
+					    psString Xbin_name,
+					    psString Ybin_name
+					    );
+
+
 /// Restore the background to an image
 bool ppBackgroundRestore(
