- Timestamp:
- Mar 5, 2013, 2:24:05 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130207
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/share (modified) (1 prop)
-
ippTools/share/bgtool_definewarp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130207
- Property svn:mergeinfo changed
/trunk (added) merged: 35127-35128,35130,35133-35135,35141-35142,35148,35150-35159,35162-35167,35169-35200,35203-35218,35221-35228,35230,35232-35233
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130207/ippTools/share
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20130207/ippTools/share/bgtool_definewarp.sql
r28551 r35236 1 1 SELECT 2 warpRun.*, 3 chipBackgroundRun.chip_bg_id 2 warpRun.warp_id, 3 chipBackgroundRun.* 4 -- the following items are selected for aid in debugging 5 , 6 warpsChipRun.chip_id as warpschip_id, 7 chipRun.chip_id AS thischip_id, 8 warpBackgroundRun.warp_bg_id 4 9 FROM warpRun 5 10 JOIN fakeRun USING(fake_id) 6 11 JOIN camRun USING(cam_id) 7 JOIN chipRun USING(chip_id) 8 JOIN chipBackgroundRun USING(chip_id) 12 JOIN chipRun as warpsChipRun ON camRun.chip_id = warpsChipRun.chip_id 9 13 JOIN rawExp USING(exp_id) 10 LEFT JOIN warpBackgroundRun USING(chip_bg_id) 14 JOIN chipRun USING(exp_id) 15 JOIN chipBackgroundRun ON chipRun.chip_id = chipBackgroundRun.chip_id 16 AND (chipBackgroundRun.cam_id = camRun.cam_id OR chipBackgroundRun.cam_id = 0) 17 LEFT JOIN warpBackgroundRun ON chipBackgroundRun.chip_bg_id = warpBackgroundRun.warp_bg_id -- label hook %s 11 18 WHERE chipBackgroundRun.state = 'full' 12 AND warpRun.state IN ('full', 'cleaned', 'goto_cleaned') -- only need it to have been completed19 AND warpRun.state IN ('full', 'cleaned', 'goto_cleaned') -- need warp to have completed so warpSkyCellMap is populated
Note:
See TracChangeset
for help on using the changeset viewer.
