Changeset 16828 for trunk/ippTools/share
- Timestamp:
- Mar 5, 2008, 11:07:22 AM (18 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
difftool_inputskyfile.sql (modified) (2 diffs)
-
stacktool_inputskyfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_inputskyfile.sql
r14257 r16828 17 17 AND diffInputSkyfile.skycell_id = warpSkyfile.skycell_id 18 18 AND diffInputSkyfile.tess_id = warpSkyfile.tess_id 19 JOIN warp InputExp20 ON diffInputSkyfile.warp_id = warp InputExp.warp_id19 JOIN warpRun 20 ON diffInputSkyfile.warp_id = warpRun.warp_id 21 21 JOIN camProcessedExp 22 ON warp InputExp.cam_id = camProcessedExp.cam_id22 ON warpRun.cam_id = camProcessedExp.cam_id 23 23 JOIN chipRun 24 24 ON camProcessedExp.chip_id = chipRun.chip_id … … 47 47 JOIN stackInputSkyfile 48 48 ON diffInputSkyfile.stack_id = stackInputSkyfile.stack_id 49 JOIN warp InputExp50 ON stackInputSkyfile.warp_id = warp InputExp.warp_id49 JOIN warpRun 50 ON stackInputSkyfile.warp_id = warpRun.warp_id 51 51 JOIN camProcessedExp 52 ON warp InputExp.cam_id = camProcessedExp.cam_id52 ON warpRun.cam_id = camProcessedExp.cam_id 53 53 JOIN chipRun 54 54 ON camProcessedExp.chip_id = chipRun.chip_id -
trunk/ippTools/share/stacktool_inputskyfile.sql
r14031 r16828 9 9 AND stackRun.skycell_id = warpSkyfile.skycell_id 10 10 AND stackRun.tess_id = warpSkyfile.tess_id 11 JOIN warp InputExp12 ON stackInputSkyfile.warp_id = warp InputExp.warp_id11 JOIN warpRun 12 ON stackInputSkyfile.warp_id = warpRun.warp_id 13 13 JOIN camProcessedExp 14 ON warp InputExp.cam_id = camProcessedExp.cam_id14 ON warpRun.cam_id = camProcessedExp.cam_id 15 15 JOIN chipRun 16 16 ON camProcessedExp.chip_id = chipRun.chip_id
Note:
See TracChangeset
for help on using the changeset viewer.
