Index: trunk/ippToPsps/src/ippToPspsBatchDetection.c
===================================================================
--- trunk/ippToPsps/src/ippToPspsBatchDetection.c	(revision 28085)
+++ trunk/ippToPsps/src/ippToPspsBatchDetection.c	(revision 28086)
@@ -285,4 +285,6 @@
                     ippObjID[s] = (uint64_t)dvoDetections[d].ave.catID*1000000000 + (uint64_t)dvoDetections[d].ave.objID;
                     ippDetectID[s] = dvoDetections[d].meas.detID;
+                    
+                    // the 'photFlags' are the same as those in the 'FLAGS' column of the smf
                     flags[s] = ((uint64_t)dvoDetections[d].meas.dbFlags << 32) | (uint64_t)dvoDetections[d].meas.photFlags; 
                     imageID[s] = pspsImageId;
