Changeset 25193
- Timestamp:
- Aug 25, 2009, 3:04:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippTools/share/difftool_skyfile.sql
r25073 r25193 16 16 camProcessedInput.zpt_lq, 17 17 camProcessedInput.zpt_uq, 18 camProcessedInput.sigma_ra, 19 camProcessedInput.sigma_dec, 18 20 rawInput.exp_time, 19 21 rawInput.camera, 20 22 rawInput.exp_name AS exp_name_1, 23 rawInput.exp_id AS exp_id_1, 24 chipInput.chip_id AS chip_id_1, 25 camInput.cam_id AS cam_id_1, 26 fakeInput.fake_id AS fake_id_1, 21 27 rawTemplate.exp_name AS exp_name_2, 22 rawInput.exp_id AS exp_id_1, 23 rawTemplate.exp_id AS exp_id_2 28 rawTemplate.exp_id AS exp_id_2, 29 chipTemplate.chip_id AS chip_id_2, 30 camTemplate.cam_id AS cam_id_2, 31 fakeTemplate.fake_id AS fake_id_2, 24 32 FROM diffRun 25 33 JOIN diffSkyfile USING(diff_id)
Note:
See TracChangeset
for help on using the changeset viewer.
