Changeset 20976 for trunk/ippTools/share/difftool_inputskyfile.sql
- Timestamp:
- Dec 13, 2008, 11:48:02 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/difftool_inputskyfile.sql (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_inputskyfile.sql
r20973 r20976 47 47 warpSkyfile.uri, 48 48 warpSkyfile.path_base, 49 0as template,49 1 as template, 50 50 rawExp.camera 51 51 FROM diffRun … … 85 85 stackSumSkyfile.uri, 86 86 stackSumSkyfile.path_base, 87 1as template,87 0 as template, 88 88 rawExp.camera 89 89 FROM diffRun … … 92 92 JOIN stackSumSkyfile 93 93 ON diffInputSkyfile.stack1 = stackSumSkyfile.stack_id 94 JOIN stackInputSkyfile 95 ON diffInputSkyfile.stack1 = stackInputSkyfile.stack_id 96 JOIN warpRun 97 ON stackInputSkyfile.warp_id = warpRun.warp_id 98 JOIN fakeRun 99 USING(fake_id) 100 JOIN camRun 101 USING(cam_id) 102 JOIN chipRun 103 USING(chip_id) 94 104 JOIN rawExp 95 USING(exp_id)105 ON chipRun.exp_id = rawExp.exp_id 96 106 WHERE 97 107 diffRun.state = 'new' … … 114 124 JOIN stackSumSkyfile 115 125 ON diffInputSkyfile.stack2 = stackSumSkyfile.stack_id 126 JOIN stackInputSkyfile 127 ON diffInputSkyfile.stack2 = stackInputSkyfile.stack_id 128 JOIN warpRun 129 ON stackInputSkyfile.warp_id = warpRun.warp_id 130 JOIN fakeRun 131 USING(fake_id) 132 JOIN camRun 133 USING(cam_id) 134 JOIN chipRun 135 USING(chip_id) 116 136 JOIN rawExp 117 USING(exp_id)137 ON chipRun.exp_id = rawExp.exp_id 118 138 WHERE 119 139 diffRun.state = 'new'
Note:
See TracChangeset
for help on using the changeset viewer.
