Index: trunk/ippconfig/recipes/masks.16bit.config
===================================================================
--- trunk/ippconfig/recipes/masks.16bit.config	(revision 41668)
+++ trunk/ippconfig/recipes/masks.16bit.config	(revision 41705)
@@ -24,5 +24,5 @@
 SPIKE		U16	0x0200		# Pixel contains a diffraction spike
 GHOST		U16	0x0400		# Pixel contains an optical ghost
-STREAK		U16	0x0800		# Pixel contains a streak
+CROSSTALK	U16	0x0800		# Pixel contains electronic crosstalk
 STARCORE	U16	0x1000		# Pixel contains a bright star core
 
Index: trunk/ippconfig/recipes/masks.config
===================================================================
--- trunk/ippconfig/recipes/masks.config	(revision 41668)
+++ trunk/ippconfig/recipes/masks.config	(revision 41705)
@@ -25,5 +25,5 @@
 CR		U8	0x20		# Pixel contains a cosmic ray
 GHOST		U8	0x20		# Pixel contains an optical ghost
-STREAK		U8	0x20		# Pixel contains a streak
+CROSSTALK	U16	0x0800		# Pixel contains electronic crosstalk
 
 SPIKE		U8	0x20		# Pixel contains a diffraction spike
Index: trunk/ippconfig/recipes/ppStack.config
===================================================================
--- trunk/ippconfig/recipes/ppStack.config	(revision 41668)
+++ trunk/ippconfig/recipes/ppStack.config	(revision 41705)
@@ -10,5 +10,5 @@
 
 MASK.VAL	STR	MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
-MASK.SUSPECT	STR	SUSPECT,BURNTOOL,SPIKE,STREAK,STARCORE,CONV.POOR # Mask value of suspect pixels
+MASK.SUSPECT	STR	SUSPECT,BURNTOOL,SPIKE,CROSSTALK,STARCORE,CONV.POOR # Mask value of suspect pixels
 MASK.BAD	STR	BLANK		# Mask value to give bad pixels
 MASK.POOR	STR	CONV.POOR	# Mask value to give poor pixels
