Changeset 15855
- Timestamp:
- Dec 16, 2007, 12:16:00 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/dettool_tonormalizedexp.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/dettool_tonormalizedexp.sql
r15831 r15855 3 3 FROM (SELECT 4 4 * 5 -- COUNT(norm_class_id) as nNorm,6 -- COUNT(stack_class_id) as nStack7 5 FROM ( 8 6 SELECT DISTINCT … … 10 8 detRun.iteration, 11 9 detRun.det_type, 12 -- detRun.workdir, 13 -- rawExp.exp_id, 10 detRun.workdir, 14 11 rawExp.camera, 15 12 rawExp.telescope, 16 13 rawExp.exp_type, 17 -- detNormalizedExp.det_id as norm_det_id,18 14 detNormalizedImfile.class_id as norm_class_id, 19 15 detNormalizedImfile.fault,
Note:
See TracChangeset
for help on using the changeset viewer.
