Index: /branches/sc_branches/ippMonitorLap/def/lapExposures.d
===================================================================
--- /branches/sc_branches/ippMonitorLap/def/lapExposures.d	(revision 31750)
+++ /branches/sc_branches/ippMonitorLap/def/lapExposures.d	(revision 31751)
@@ -1,3 +1,3 @@
-TABLE lapRun JOIN lapExp USING(lap_id) JOIN rawExp USING(exp_id,filter) JOIN chipRun AS chipRun1 USING(chip_id) JOIN camRun AS camRun1 ON camRun1.chip_id=chipRun1.chip_id JOIN fakeRun AS fakeRun1 ON fakeRun1.cam_id=camRun1.cam_id JOIN warpRun AS warpRun1 ON warpRun1.fake_id=fakeRun1.fake_id JOIN chipRun AS chipRun2 ON chipRun2.chip_id=lapExp.pair_id JOIN camRun AS camRun2 ON camRun2.chip_id=chipRun2.chip_id JOIN fakeRun AS fakeRun2 ON fakeRun2.cam_id=camRun2.cam_id JOIN warpRun AS warpRun2 ON warpRun2.fake_id=fakeRun2.fake_id 
+TABLE lapRun JOIN lapExp USING(lap_id) JOIN rawExp USING(exp_id,filter) JOIN chipRun AS chipRun1 USING(chip_id) JOIN camRun AS camRun1 ON camRun1.chip_id=chipRun1.chip_id JOIN fakeRun AS fakeRun1 ON fakeRun1.cam_id=camRun1.cam_id JOIN warpRun AS warpRun1 ON warpRun1.fake_id=fakeRun1.fake_id JOIN chipRun AS chipRun2 ON chipRun2.chip_id=lapExp.pair_id JOIN camRun AS camRun2 ON camRun2.chip_id=chipRun2.chip_id JOIN fakeRun AS fakeRun2 ON fakeRun2.cam_id=camRun2.cam_id JOIN warpRun AS warpRun2 ON warpRun2.fake_id=fakeRun2.fake_id JOIN diffInputSkyfile ON diffInputSkyfile.warp1=warpRun1.warp_id AND diffInputSkyfile.warp2=warpRun2.warp_id JOIN diffRun USING(diff_id)
 TITLE LAP Exposures
 FILE  lapExposures.php
