Index: trunk/ippTools/src/dettool.c
===================================================================
--- trunk/ippTools/src/dettool.c	(revision 9333)
+++ trunk/ippTools/src/dettool.c	(revision 9334)
@@ -4106,5 +4106,6 @@
         "   det_id,"
         "   iteration,"
-        "   det_type"
+        "   det_type,"
+        "   camera"
         " FROM"
         "   (SELECT DISTINCT"
@@ -4113,4 +4114,5 @@
         "       detRun.det_type,"
         "       detInputExp.exp_tag"
+        "       rawDetrendExp.camera"
         "   FROM detRun"
         "       LEFT JOIN detInputExp"
