Index: /trunk/ippconfig/recipes/masks.config
===================================================================
--- /trunk/ippconfig/recipes/masks.config	(revision 20630)
+++ /trunk/ippconfig/recipes/masks.config	(revision 20631)
@@ -23,5 +23,5 @@
 CR		U8	0x20		# Pixel contains a cosmic ray
 GHOST		U8	0x20		# Pixel contains an optical ghost
-
+STREAK		U8	0x20		# Pixel contains a streak
 
 ###### The following values are what I'm aiming to have in the long term (PAP, 2008-09-09)
@@ -29,20 +29,21 @@
 #### Detector-intrinsic; these will default to DETECTOR
 ###DETECTOR	U8	0x01		# Something is wrong with the detector
-###DARK		U8	0x02		# Pixel doesn't dark-subtract properly
+###DARK		U8	0x01		# Pixel doesn't dark-subtract properly
 ###FLAT		U8	0x01		# Pixel doesn't flat-field properly
 ###BLANK	U8	0x01		# Pixel doesn't contain valid data
 ###
 #### Detector-extrinsic; these will default to RANGE
-###RANGE	U8	0x04		# Pixel is out-of-range of linearity
-###SAT		U8	0x04		# Pixel is saturated
-###LOW		U8	0x04		# Pixel is low
+###RANGE	U8	0x02		# Pixel is out-of-range of linearity
+###SAT		U8	0x02		# Pixel is saturated
+###LOW		U8	0x02		# Pixel is low
 ###
 #### Convolution: pixels that touched a bad pixel
-###POOR		U8	0x08		# Pixel is poor after convolution with a bad pixel
-###CONV		U8	0x10		# Pixel is bad after convolution with a bad pixel
+###POOR		U8	0x04		# Pixel is poor after convolution with a bad pixel
+###CONV		U8	0x08		# Pixel is bad after convolution with a bad pixel
 ###
 #### Objects: real signal that should be ignored
-###CR		U8	0x20		# Pixel contains a cosmic ray
-###GHOST	U8	0x40		# Pixel contains an optical ghost
+###CR		U8	0x10		# Pixel contains a cosmic ray
+###GHOST	U8	0x20		# Pixel contains an optical ghost
+###STREAK	U8	0x40		# Pixel contains a streak
 ###
-####MARK		U8	0x80		# RESERVED for MARK
+####MARK	U8	0x80		# RESERVED for MARK
