Changeset 40535
- Timestamp:
- Sep 26, 2018, 12:20:28 PM (8 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
dettool_tonormalizedstat.sql (modified) (1 diff)
-
dettool_toresidimfile.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/dettool_tonormalizedstat.sql
r23331 r40535 10 10 COUNT(detResidImfile.class_id) 11 11 FROM detRun 12 JOIN detInputExp 13 USING (det_id, iteration) 12 14 JOIN detProcessedImfile 13 15 ON detProcessedImfile.det_id = detRun.det_id 16 AND detProcessedImfile.exp_id = detInputExp.exp_id 14 17 LEFT JOIN detResidImfile 15 18 ON detResidImfile.det_id = detProcessedImfile.det_id -
trunk/ippTools/share/dettool_toresidimfile.sql
r31910 r40535 21 21 FROM detRun 22 22 JOIN detInputExp 23 USING(det_id, iteration) 23 -- USING(det_id, iteration) 24 ON detInputExp.det_id = detRun.det_id 25 AND detInputExp.iteration = detRun.iteration 26 -- AND detInputExp.iteration = 0 24 27 JOIN rawExp 25 28 ON detInputExp.exp_id = rawExp.exp_id … … 77 80 ON detInputExp.det_id = detRun.det_id 78 81 AND detInputExp.iteration = detRun.iteration 82 -- AND detInputExp.iteration = 0 79 83 JOIN rawExp 80 84 ON rawExp.exp_id = detInputExp.exp_id … … 123 127 ON detInputExp.det_id = detRun.det_id 124 128 AND detInputExp.iteration = detRun.iteration 129 -- AND detInputExp.iteration = 0 125 130 JOIN rawExp 126 131 ON rawExp.exp_id = detInputExp.exp_id
Note:
See TracChangeset
for help on using the changeset viewer.
