Changeset 24683 for trunk/ippTools/share/magicdstool_todestreak.sql
- Timestamp:
- Jul 6, 2009, 12:52:22 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/magicdstool_todestreak.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magicdstool_todestreak.sql
r24174 r24683 67 67 AND chipProcessedImfile.fault = 0 68 68 AND chipProcessedImfile.quality = 0 69 AND magicDSFile.component IS NULL 70 UNION 71 -- camProcessedExp 72 SELECT DISTINCT 73 magicDSRun.magic_ds_id, 74 magicDSRun.magic_id, 75 chipRun.exp_id, 76 magicDSRun.label, 77 camera, 78 magicMask.uri as streaks_uri, 79 stage, 80 stage_id, 81 'exposure' as component, 82 NULL AS uri, 83 camProcessedExp.path_base, 84 magicRun.inverse, 85 camProcessedExp.path_base as cam_path_base, 86 outroot, 87 recoveryroot, 88 re_place, 89 remove 90 FROM magicDSRun 91 JOIN magicMask USING (magic_id) 92 JOIN magicRun USING(magic_id) 93 JOIN camRun ON magicDSRun.stage_id = camRun.cam_id 94 JOIN camProcessedExp ON camRun.cam_id = camProcessedExp.cam_id 95 JOIN chipRun USING(chip_id) 96 JOIN rawExp ON chipRun.exp_id = rawExp.exp_id 97 LEFT JOIN magicDSFile 98 ON magicDSRun.magic_ds_id = magicDSFile.magic_ds_id 99 WHERE 100 magicDSRun.state = 'new' 101 AND magicDSRun.stage = 'camera' 102 AND camRun.state = 'full' 103 AND chipRun.state = 'full' 104 AND chipRun.magicked 105 AND camProcessedExp.fault = 0 106 AND camProcessedExp.quality = 0 69 107 AND magicDSFile.component IS NULL 70 108 UNION
Note:
See TracChangeset
for help on using the changeset viewer.
