Index: trunk/psModules/src/config/pmConfigMask.c
===================================================================
--- trunk/psModules/src/config/pmConfigMask.c	(revision 21386)
+++ trunk/psModules/src/config/pmConfigMask.c	(revision 23476)
@@ -11,14 +11,18 @@
 static pmConfigMaskInfo masks[] = {
     { "DETECTOR",  NULL,       0x00, true  },   // Something is wrong with the detector
-    { "DARK",      "DETECTOR", 0x00, true  },   // Pixel doesn't dark-subtract properly
     { "FLAT",      "DETECTOR", 0x01, true  },   // Pixel doesn't flat-field properly
+    { "DARK",      "DETECTOR", 0x01, true  },   // Pixel doesn't dark-subtract properly
     { "BLANK",     "DETECTOR", 0x01, true  },   // Pixel doesn't contain valid data
+    { "CTE",       "DETECTOR", 0x01, true  },   // Pixel has poor CTE
     { "RANGE",     NULL,       0x00, true  },   // Pixel is out-of-range of linearity
     { "SAT",       "RANGE",    0x01, true  },   // Pixel is saturated
     { "BAD",       "RANGE",    0x01, true  },   // Pixel is low
+    { "CR",        NULL,       0x01, true  },   // Pixel contains a cosmic ray
+    { "SPIKE",     NULL,       0x01, true  },   // Pixel contains a diffraction spike
+    { "GHOST",     NULL,       0x01, true  },   // Pixel contains an optical ghost
+    { "STREAK",    NULL,       0x01, true  },   // Pixel contains streak data
+    { "STARCORE",  NULL,       0x01, true  },   // Pixel contains a bright star core
     { "BAD.WARP",  NULL,       0x01, true  },   // Pixel is bad after convolution with a bad pixel
-    { "CR",        NULL,       0x00, true  },   // Pixel contains a cosmic ray
-    { "GHOST",     NULL,       0x00, true  },   // Pixel contains an optical ghost
-    { "POOR.WARP", NULL,       0x00, false },   // Pixel is poor after convolution with a bad pixel
+    { "POOR.WARP", NULL,       0x02, false },   // Pixel is poor after convolution with a bad pixel
     // "LOW"  Pixel is low
     // "CONV" Pixel is bad after convolution with a bad pixel
