Index: trunk/psModules/src/detrend/pmPattern.h
===================================================================
--- trunk/psModules/src/detrend/pmPattern.h	(revision 33243)
+++ trunk/psModules/src/detrend/pmPattern.h	(revision 35081)
@@ -14,4 +14,10 @@
 #include <pslib.h>
 #include <pmFPA.h>
+#include <pmFPAview.h>
+#include <pmFPAfile.h>
+#include <pmFPAfileFitsIO.h>
+#include <pmFPAHeader.h>
+#include <pmHDU.h>
+#include <pmHDUUtils.h>
 
 /// @addtogroup detrend Detrend Creation and Application
@@ -65,4 +71,12 @@
     );
 
+bool pmPatternContinuityBackground(pmFPAfile *in,
+				   pmFPAfile *out,
+				   psStatsOptions bgStat,
+				   psStatsOptions cellStat,
+				   psImageMaskType maskVal,
+				   psImageMaskType maskBad,
+				   int edgeWidth);
+
 /// Apply previously measured cell pattern correction
 bool pmPatternContinuityApply(pmReadout *ro,          ///< Readout to correct
