Index: /trunk/ippconfig/recipes/masks.config
===================================================================
--- /trunk/ippconfig/recipes/masks.config	(revision 19134)
+++ /trunk/ippconfig/recipes/masks.config	(revision 19135)
@@ -21,10 +21,12 @@
 RANGE		U8	0x04		# The pixel is out of range in the image of interest
 SAT		U8	0x04		# The pixel is saturated in the image of interest
-BAD		U8	0x04		# The pixel is low in the image of interest
+BAD		U8	0x08		# The pixel is low in the image of interest
 
-CR		U8	0x08		# The pixel is probably a CR
-GHOST		U8	0x08		# The pixel is probably a CR
+GHOST		U8	0x08		# The pixel is probably part of a ghost
+CR		U8	0x10		# The pixel is probably a CR
 
+BAD.WARP	U8	0x20		# The pixel is low in the image of interest
+POOR.WARP	U8	0x40		# The pixel is low in the image of interest
 
-BAD.WARP	U8	0x04		# The pixel is low in the image of interest
-POOR.WARP	U8	0x04		# The pixel is low in the image of interest
+# 9 total distinct concepts in here
+# we need one bit for MARK
