Changeset 13264 for trunk/ippMonitor/def/detNormalizedExp.d
- Timestamp:
- May 4, 2007, 3:07:41 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/detNormalizedExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/detNormalizedExp.d
r12835 r13264 1 TABLE detNormalizedExp 1 TABLE detNormalizedExp, rawExp 2 2 TITLE detNormalizedExp 3 3 FILE detNormalizedExp.php 4 4 MENU ipp.detrend.dat 5 5 6 # field size name show link to extras 7 FIELD det_id, 7, det_id 8 FIELD bg, 8, backgnd 9 FIELD bg_mean_stdev, 8, [stdev] 10 FIELD bg_stdev, 8, stdev 11 FIELD iteration, 5, iteration 12 FIELD *, 8, image, image=$path_base@PPIMAGE.JPEG2, detNormalizedImfile.php, det_id=$det_id,iteration=$iteration,image=$path_base@PPIMAGE.JPEG1 13 FIELD path_base, 20, path_base, none 14 #FIELD recipe, 20, recipe 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE detNormalizedExp.exp_tag = rawExp.exp_tag 8 9 # define image names to be used below 10 # IMAGE VAR basename filerule camera class_id 11 IMAGE JPEG2 $detNormalizedExp.path_base PPIMAGE.JPEG2 $rawExp.camera NONE 12 13 ARGS ARG2 det_id=$detNormalizedExp.det_id 14 ARGS ARG2 iteration=$detNormalizedExp.iteration 15 ARGS ARG2 exp_tag=$detNormalizedExp.exp_tag 16 ARGS ARG2 camera=$rawExp.camera 17 ARGS ARG2 basename=$detNormalizedExp.path_base 18 19 # field size name show link to extras 20 FIELD detNormalizedExp.det_id, 7, det_id 21 FIELD detNormalizedExp.bg, 8, backgnd 22 FIELD detNormalizedExp.bg_mean_stdev, 8, [stdev] 23 FIELD detNormalizedExp.bg_stdev, 8, stdev 24 FIELD detNormalizedExp.iteration, 5, iteration 25 FIELD *, 8, image, image=JPEG2, detNormalizedImfile.php, ARG2 26 FIELD detNormalizedExp.path_base, 20, path_base, none
Note:
See TracChangeset
for help on using the changeset viewer.
