Index: branches/simmosaic_branches/ppImage/src/ppImageSetMaskBits.c
===================================================================
--- branches/simmosaic_branches/ppImage/src/ppImageSetMaskBits.c	(revision 24860)
+++ branches/simmosaic_branches/ppImage/src/ppImageSetMaskBits.c	(revision 27839)
@@ -38,4 +38,10 @@
     psAssert (options->lowMask, "low mask not set");
 
+    // mask for suspect regions due to burntool if we need to.
+    if (options->doMaskBurntool) {
+      options->burntoolMask = pmConfigMaskGet("BURNTOOL",config);
+      psAssert (options->burntoolMask, "burntool mask not set");
+    }
+    
     // save MASK and MARK on the PSPHOT recipe
     psMetadata *recipe = psMetadataLookupPtr (NULL, config->recipes, PSPHOT_RECIPE);
