- Timestamp:
- Aug 10, 2008, 10:32:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/share/difftool_skyfile.sql
r18644 r19003 2 2 diffRun.skycell_id, 3 3 diffRun.tess_id, 4 diffSkyfile.* 4 diffRun.state, 5 diffSkyfile.*, 6 rawExp.exp_id, 7 rawExp.camera 5 8 FROM diffRun 6 9 JOIN diffSkyfile 7 10 USING(diff_id) 8 WHERE 9 diffRun.state = 'new' 10 11 -- WS: my new stuff begins here 12 JOIN diffInputSkyfile 13 ON diffInputSkyfile.diff_id = diffRun.diff_id 14 AND diffInputSkyfile.template = 0 15 JOIN warpRun 16 ON diffInputSkyfile.warp_id = warpRun.warp_id 17 JOIN fakeRun 18 ON warpRun.fake_id = fakeRun.fake_id 19 JOIN camRun 20 ON camRun.cam_id = fakeRun.cam_id 21 JOIN chipRun 22 ON camRun.chip_id = chipRun.chip_id 23 JOIN rawExp 24 ON chipRun.exp_id = rawExp.exp_id 25 -- WS: my new stuff ends here 26 WHERE 27 -- bogus test to allow appending conditionals 28 -- XXX EAM : this is not needed if we modify the difftool.c code : fix 29 diffRun.diff_id IS NOT NULL
Note:
See TracChangeset
for help on using the changeset viewer.
