Index: trunk/ippTools/share/camtool_find_pendingexp.sql
===================================================================
--- trunk/ippTools/share/camtool_find_pendingexp.sql	(revision 15955)
+++ trunk/ippTools/share/camtool_find_pendingexp.sql	(revision 15956)
@@ -14,8 +14,9 @@
     JOIN chipRun
         USING(chip_id)
-    JOIN chipProcessedImfile
-        USING(chip_id)
+--  JOIN chipProcessedImfile
+--      USING(chip_id)
     JOIN rawExp
-        ON chipProcessedImfile.exp_id = rawExp.exp_id
+        USING(exp_id)
+--      ON chipProcessedImfile.exp_id = rawExp.exp_id
     LEFT JOIN camProcessedExp
         ON camRun.cam_id = camProcessedExp.cam_id
