Index: trunk/ppImage/src/ppImage.h
===================================================================
--- trunk/ppImage/src/ppImage.h	(revision 14223)
+++ trunk/ppImage/src/ppImage.h	(revision 15933)
@@ -36,4 +36,5 @@
     bool doAstromMosaic;                // full-mosaic Astrometry
     bool doStats;			// call ppStats on the image
+    bool replaceMasked;			// fill in masked values with background model
 
     // output files requested
@@ -127,4 +128,6 @@
 bool ppImageAddstar (pmConfig *config);
 
+bool ppImageReplaceBackground (pmConfig *config, pmFPAview *view, ppImageOptions *options);
+
 bool ppImageMosaicChip (pmConfig *config, const ppImageOptions *options, const pmFPAview *view,
                         const char *outFile, const char *inFile);
