Changeset 16828 for trunk/ippTools/share/difftool_inputskyfile.sql
- Timestamp:
- Mar 5, 2008, 11:07:22 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/difftool_inputskyfile.sql (modified) (2 diffs)
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
Note:
See TracChangeset
for help on using the changeset viewer.
