Index: trunk/ippTools/src/detselect.c
===================================================================
--- trunk/ippTools/src/detselect.c	(revision 9708)
+++ trunk/ippTools/src/detselect.c	(revision 10161)
@@ -78,4 +78,5 @@
         " WHERE"
         "   detRun.state = 'stop'"
+        "   AND detRun.mode  = 'master'"
         "   AND detRunSummary.accept = 1" 
     );
@@ -184,4 +185,5 @@
         " WHERE"
         "   detRun.state = 'stop'"
+        "   AND detRun.mode  = 'master'"
         "   AND detRunSummary.accept = 1" 
     );
