Index: branches/eam_branches/psphot.stack.20100120/src/psphotMaskReadout.c
===================================================================
--- branches/eam_branches/psphot.stack.20100120/src/psphotMaskReadout.c	(revision 26691)
+++ branches/eam_branches/psphot.stack.20100120/src/psphotMaskReadout.c	(revision 26748)
@@ -36,7 +36,5 @@
     psAssert (readout, "missing readout?");
 
-    // ** Interpret the mask values:
-    // XXX drop the write to recipe and move config into psphotRoughClass?
-    // XXX alternatively, define a function to set the psphot recipe masks
+    // save maskSat and maskBad on the psphot recipe (mostly for psphotRoughClass)
     psImageMaskType maskSat  = pmConfigMaskGet("SAT", config); // Mask value for saturated pixels
     psMetadataAddImageMask (recipe, PS_LIST_TAIL, "MASK.SAT", PS_META_REPLACE, "user-defined mask", maskSat);
@@ -44,5 +42,5 @@
     psImageMaskType maskBad  = pmConfigMaskGet("LOW", config); // Mask value for low pixels
     if (!maskBad) {
-        // XXX: for backward compatability look up old name
+        // for backward compatability look up old name
         maskBad  = pmConfigMaskGet("BAD", config);
     }
