Index: trunk/ippScripts/scripts/ds9_cmf_regions.pl
===================================================================
--- trunk/ippScripts/scripts/ds9_cmf_regions.pl	(revision 20555)
+++ trunk/ippScripts/scripts/ds9_cmf_regions.pl	(revision 24260)
@@ -31,5 +31,11 @@
 $flag_colour = "red";
 $radius = 5;
-$flag = 0x3888;
+$flag = (8 | # FAIL
+         1024 | # BADPSF
+         2048 | # DEFECT
+         4096 | # SATURATED
+         8192 | # CR_LIMIT
+         65536 # SKY_FAILURE
+         );
 
 GetOptions(
