Index: branches/czw_branch/cleanup/ippconfig/recipes/masks.16bit.config
===================================================================
--- branches/czw_branch/cleanup/ippconfig/recipes/masks.16bit.config	(revision 25050)
+++ branches/czw_branch/cleanup/ippconfig/recipes/masks.16bit.config	(revision 25210)
@@ -20,4 +20,5 @@
 
 # Mask values which represent non-astronomical structures
+BURNTOOL        U16     0x0080          # Pixel may contain uncorrected streak.
 CR		U16	0x0100		# Pixel contains a cosmic ray
 SPIKE		U16	0x0200		# Pixel contains a diffraction spike
Index: branches/czw_branch/cleanup/ippconfig/recipes/ppImage.config
===================================================================
--- branches/czw_branch/cleanup/ippconfig/recipes/ppImage.config	(revision 25050)
+++ branches/czw_branch/cleanup/ippconfig/recipes/ppImage.config	(revision 25210)
@@ -16,4 +16,5 @@
 MASK.SATURATED     BOOL    TRUE            # Mask the saturated pixels
 MASK.LOW           BOOL    TRUE            # Mask pixels below valid range
+MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
 VARIANCE.BUILD     BOOL    FALSE           # Build internal variance image
 PATTERN            BOOL    FALSE           # Fit and remove pattern noise?
@@ -54,4 +55,6 @@
 ## if we use multithreaded detrending, detrend this number of rows per thread
 SCAN.ROWS        S32     100
+
+BURNTOOL.TRAILS U16 0x01
 
 # Non-linearity correction
