Changeset 24507 for branches/pap_mops/ippTools/share/difftool_skyfile.sql
- Timestamp:
- Jun 19, 2009, 8:47:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippTools/share/difftool_skyfile.sql
r24450 r24507 10 10 camProcessedExp.zpt_lq, 11 11 camProcessedExp.zpt_uq, 12 rawExp.exp_time, 12 13 rawExp.camera, 13 14 warp1, … … 19 20 JOIN diffInputSkyfile USING(diff_id, skycell_id) 20 21 JOIN warpRun 21 ON warpRun.warp_id = diffInputSkyfile.warp1 -- NOTE: joining input only! 22 -- NOTE: joining input only! 23 -- This is so that we can get the correct zero point 24 -- XXX This needs to be more clever to handle diffs between stacks 25 ON warpRun.warp_id = diffInputSkyfile.warp1 22 26 JOIN fakeRun USING(fake_id) 23 27 JOIN camRun USING(cam_id)
Note:
See TracChangeset
for help on using the changeset viewer.
