Changeset 13481
- Timestamp:
- May 22, 2007, 2:15:35 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/detNormalizedExp.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/detNormalizedExp.d
r13264 r13481 1 TABLE detNormalizedExp, rawExp1 TABLE detNormalizedExp, detRun 2 2 TITLE detNormalizedExp 3 3 FILE detNormalizedExp.php … … 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE detNormalizedExp.exp_tag = rawExp.exp_tag 7 WHERE detNormalizedExp.det_id = detRun.det_id 8 WHERE detNormalizedExp.iteration = detRun.iteration 8 9 9 10 # define image names to be used below 10 11 # IMAGE VAR basename filerule camera class_id 11 IMAGE JPEG2 $detNormalizedExp.path_base PPIMAGE.JPEG2 $ rawExp.camera NONE12 IMAGE JPEG2 $detNormalizedExp.path_base PPIMAGE.JPEG2 $detRun.camera NONE 12 13 13 14 ARGS ARG2 det_id=$detNormalizedExp.det_id 14 15 ARGS ARG2 iteration=$detNormalizedExp.iteration 15 ARGS ARG2 exp_tag=$detNormalizedExp.exp_tag16 ARGS ARG2 camera=$rawExp.camera17 16 ARGS ARG2 basename=$detNormalizedExp.path_base 17 ARGS ARG2 camera=$detRun.camera 18 18 19 19 # field size name show link to extras … … 25 25 FIELD *, 8, image, image=JPEG2, detNormalizedImfile.php, ARG2 26 26 FIELD detNormalizedExp.path_base, 20, path_base, none 27 FIELD detRun.camera, 20, camera, none
Note:
See TracChangeset
for help on using the changeset viewer.
