Index: trunk/psModules/src/config/pmConfigMask.c
===================================================================
--- trunk/psModules/src/config/pmConfigMask.c	(revision 19441)
+++ trunk/psModules/src/config/pmConfigMask.c	(revision 19442)
@@ -47,6 +47,8 @@
                                       "RANGE",// Pixel is out-of-range of linearity
                                       "SAT",  // Pixel is saturated
-                                      "LOW",  // Pixel is low
-                                      "CONV", // Pixel is bad after convolution with a bad pixel
+                                      // "LOW",  // Pixel is low
+                                      // "CONV", // Pixel is bad after convolution with a bad pixel
+                                      "BAD", // Pixel is low
+                                      "BAD.WARP", // Pixel is bad after convolution with a bad pixel
                                       "CR",   // Pixel contains a cosmic ray
                                       "GHOST",// Pixel contains an optical ghost
@@ -78,5 +80,6 @@
 };
 // Other mask names to ensure exist; these shouldn't be combined in the MASK.VALUE
-static const char *otherMaskNames[] = { "POOR", // Pixel is poor after convolution with a bad pixel
+static const char *otherMaskNames[] = { // "POOR", // Pixel is poor after convolution with a bad pixel
+                                        "POOR.WARP", // Pixel is poor after convolution with a bad pixel
                                         NULL // End marker
 };
