Index: trunk/ippTools/src/chiptool.c
===================================================================
--- trunk/ippTools/src/chiptool.c	(revision 11075)
+++ trunk/ippTools/src/chiptool.c	(revision 11138)
@@ -99,5 +99,6 @@
             "SELECT"
             "   p2PendingImfile.*,"
-            "   rawExp.camera"
+            "   rawExp.camera,"
+            "   rawExp.workdir"
             " FROM p2PendingImfile"
             " JOIN p2PendingExp"
@@ -353,5 +354,6 @@
             "SELECT"
             "   p2ProcessedImfile.*,"
-            "   rawExp.camera"
+            "   rawExp.camera,"
+            "   rawExp.workdir"
             " FROM p2ProcessedImfile"
             " JOIN rawExp"
