Index: trunk/ippconfig/gpc1/camera.config
===================================================================
--- trunk/ippconfig/gpc1/camera.config	(revision 25417)
+++ trunk/ippconfig/gpc1/camera.config	(revision 25425)
@@ -147,2 +147,4 @@
 
 PHOTCODE.RULE           STR     {DETECTOR}.{FILTER.ID}.{CHIP.NAME}	# Rule for generating photcode
+
+BURNTOOL.STATE.GOOD     S16     12  # Value for burntool_state with the most recent bt version.
Index: trunk/ippconfig/gpc1/format_20090220.config
===================================================================
--- trunk/ippconfig/gpc1/format_20090220.config	(revision 25417)
+++ trunk/ippconfig/gpc1/format_20090220.config	(revision 25425)
@@ -207,4 +207,6 @@
         FPA.TELTEMP.TRUSS  STR  TELTEMTR # Mid truss temperatures (C
         FPA.TELTEMP.EXTRA  STR  TELTEMEX # Miscellaneous temperatures (C)     
+
+	FPA.BURNTOOL.APPLIED STR BTOOLAPP
 
         FPA.PON.TIME    STR     PONTIME
Index: trunk/ippconfig/recipes/ppImage.config
===================================================================
--- trunk/ippconfig/recipes/ppImage.config	(revision 25417)
+++ trunk/ippconfig/recipes/ppImage.config	(revision 25425)
@@ -56,5 +56,6 @@
 SCAN.ROWS        S32     100
 
-BURNTOOL.TRAILS U16 0x01
+# Which regions identified by burntool to mask. 0x01 : only unfit trails, 0x02 "up" trails, 0x04 "down" trails
+BURNTOOL.TRAILS     U16 0x01
 
 # Non-linearity correction
Index: trunk/ippconfig/recipes/ppStats.config
===================================================================
--- trunk/ippconfig/recipes/ppStats.config	(revision 25417)
+++ trunk/ippconfig/recipes/ppStats.config	(revision 25425)
@@ -190,4 +190,6 @@
   CONCEPT       STR     FPA.TELTEMP.EXTRA  # Miscellaneous temperatures (C)     
 
+  CONCEPT       STR     FPA.BURNTOOL.APPLIED 
+
   CONCEPT       STR	FPA.PON.TIME    # time since last power on
 
Index: trunk/ippconfig/recipes/ppStatsFromMetadata.config
===================================================================
--- trunk/ippconfig/recipes/ppStatsFromMetadata.config	(revision 25417)
+++ trunk/ippconfig/recipes/ppStatsFromMetadata.config	(revision 25425)
@@ -44,4 +44,5 @@
   ENTRY  VAL  FPA.TELTEMP.EXTRA   F32  CONSTANT          -teltemp_extra       # Miscellaneous temperatures (C)
   ENTRY  VAL  FPA.PON.TIME     	  F32  CONSTANT          -pon_time            # time since last power on
+#  ENTRY  VAL  FPA.BURNTOOL.APPLIED S32 CONSTANT          -burntool_state      # 
   ENTRY  VAL  CHIP.TEMP        	  F32  SAMPLE_MEAN       -ccd_temp            # CCD temperature
   ENTRY  VAL  CELL.EXPOSURE    	  F32  SAMPLE_MEAN       -exp_time            # Exposure time
