- Timestamp:
- Mar 17, 2009, 12:08:50 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippMonitor/def/detStackedImfile.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk merged eligible /branches/eam_branches/eam_branch_20090303 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/ippMonitor/def/detStackedImfile.d
r18193 r23352 1 TABLE detStackedImfile 1 TABLE detStackedImfile, detRun 2 2 TITLE detStackedImfile 3 3 FILE detStackedImfile.php 4 4 MENU ipp.imfiles.dat 5 5 6 # field size format name show link to extras 7 FIELD det_id, 7, %s, det_id 8 FIELD iteration, 5, %s, iteration 9 FIELD class_id, 8, %s, class_id 10 FIELD fault, 5, %d, fault 11 FIELD bg, 8, %f, backgnd 12 FIELD bg_stdev, 8, %f, stdev 13 FIELD bg_mean_stdev, 8, %f, [stdev] 14 FIELD uri, 20, %s, uri 6 WHERE detStackedImfile.det_id = detRun.det_id 7 8 # XXX change uri to path_base in db 9 ARGS ARG1 detStackedImfile.det_id=$det_id 10 ARGS ARG1 detStackedImfile.iteration=$iteration 11 ARGS ARG1 camera=$detRun.camera 12 ARGS ARG1 basename=$detStackedImfile.uri 13 14 # field size format name show link to extras 15 FIELD detStackedImfile.det_id, 7, %s, det_id 16 FIELD detStackedImfile.iteration, 5, %s, iteration 17 FIELD detStackedImfile.class_id, 8, %s, class_id, value, detStackedImfile.php, ARG1 18 FIELD detStackedImfile.fault, 5, %d, fault 19 FIELD detStackedImfile.bg, 8, %f, backgnd 20 FIELD detStackedImfile.bg_stdev, 8, %f, stdev 21 FIELD detStackedImfile.bg_mean_stdev, 8, %f, [stdev] 22 FIELD detStackedImfile.uri, 20, %s, uri 15 23 # FIELD recipe, 20, recipe 16 24 17 25 TD_CLASS list_off $fault > 0 26 27 TAIL PHP insert_log ('LOG.EXP');
Note:
See TracChangeset
for help on using the changeset viewer.
