Changeset 28465
- Timestamp:
- Jun 24, 2010, 12:13:09 PM (16 years ago)
- File:
-
- 1 edited
-
branches/pap/ippTools/share/bgtool_towarp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ippTools/share/bgtool_towarp.sql
r28464 r28465 6 6 FROM warpBackgroundRun 7 7 JOIN warpRun USING(warp_id) 8 JOIN warpSkyfile USING(warp_id) 8 JOIN warpSkyCellMap USING(warp_id) 9 JOIN warpSkyfile USING(warp_id, skycell_id) 9 10 JOIN chipBackgroundRun USING(chip_bg_id) 10 11 JOIN chipBackgroundImfile USING(chip_bg_id, class_id) 11 12 JOIN chipRun USING(chip_id) 12 13 JOIN rawExp USING(exp_id) 13 LEFT JOIN warpBackgroundSky cellUSING(warp_bg_id, skycell_id)14 LEFT JOIN warpBackgroundSkyfile USING(warp_bg_id, skycell_id) 14 15 LEFT JOIN Label ON Label.label = warpBackgroundRun.label 15 16 WHERE warpBackgroundSkyfile.warp_bg_id IS NULL
Note:
See TracChangeset
for help on using the changeset viewer.
