Changeset 28455
- Timestamp:
- Jun 24, 2010, 11:20:29 AM (16 years ago)
- Location:
- branches/pap/ippTools/share
- Files:
-
- 2 edited
-
bgtool_tochip.sql (modified) (1 diff)
-
bgtool_towarp.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ippTools/share/bgtool_tochip.sql
r28199 r28455 1 1 SELECT 2 2 chipBackgroundRun.*, 3 class_id 3 class_id, 4 rawExp.exp_tag, 5 rawExp.camera 4 6 FROM chipBackgroundRun 5 7 JOIN chipRun USING(chip_id) 8 JOIN rawExp USING(exp_id) 6 9 JOIN chipProcessedImfile USING(chip_id) 7 10 LEFT JOIN chipBackgroundImfile USING(chip_bg_id, class_id) -
branches/pap/ippTools/share/bgtool_towarp.sql
r28199 r28455 1 1 SELECT 2 2 warpBackgroundRun.*, 3 warpSkyfile.* 3 warpSkyfile.*, 4 rawExp.exp_tag, 5 rawExp.camera, 4 6 FROM warpBackgroundRun 5 7 JOIN warpRun USING(warp_id) … … 7 9 JOIN chipBackgroundRun USING(chip_bg_id) 8 10 JOIN chipBackgroundImfile USING(chip_bg_id, class_id) 11 JOIN chipRun USING(chip_id) 12 JOIN rawExp USING(exp_id) 9 13 LEFT JOIN warpBackgroundSkycell USING(warp_bg_id, skycell_id) 10 14 LEFT JOIN Label ON Label.label = warpBackgroundRun.label
Note:
See TracChangeset
for help on using the changeset viewer.
