Changeset 14168
- Timestamp:
- Jul 12, 2007, 12:27:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/det.md (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/det.md
r14023 r14168 32 32 33 33 detInputExp METADATA 34 det_id S64 0 # Primary Key 35 iteration S32 0 # Primary Key 36 exp_id S64 64 # Primary Key34 det_id S64 0 # Primary Key INDEX(det_id, exp_id) fkey (det_id) ref detRun(det_id) 35 iteration S32 0 # Primary Key INDEX(det_id, iteration) 36 exp_id S64 64 # Primary Key fkey (exp_id) ref rawExp(exp_id) 37 37 include BOOL f 38 38 END 39 39 40 40 detProcessedImfile METADATA 41 det_id S64 0 # Primary Key 42 exp_id S64 64 # Primary Key43 class_id STR 64 # Primary Key 41 det_id S64 0 # Primary Key fkey (det_id, exp_id) ref detInputExp(det_id, exp_id) 42 exp_id S64 64 # Primary Key fkey (exp_id, class_id) ref rawImfile(exp_id, class_id) 43 class_id STR 64 # Primary Key INDEX(det_id, class_id) 44 44 uri STR 255 45 45 recipe STR 64 … … 60 60 61 61 detProcessedExp METADATA 62 det_id S64 0 # Primary Key63 exp_id S64 64 # Primary Key62 det_id S64 0 # Primary Key fkey(det_id, exp_id) ref detInputExp(det_id, exp_id) 63 exp_id S64 64 # Primary Key 64 64 recipe STR 64 65 65 bg F64 0.0 … … 79 79 80 80 detStackedImfile METADATA 81 det_id S64 0 # Primary Key 82 iteration S32 0 # Primary Key 81 det_id S64 0 # Primary Key fkey(det_id, iteration) ref detInputExp(det_id, iteration) 82 iteration S32 0 # Primary Key fkey(det_id, class_id) ref detProcessedImfile(det_id, class_id) 83 83 class_id STR 64 # Primary Key 84 84 uri STR 255 … … 96 96 97 97 detNormalizedStatImfile METADATA 98 det_id S64 0 # Primary Key 98 det_id S64 0 # Primary Key fkey(det_id, iteration, class_id) ref detStackedImfile(det_id, iteration, class_id) 99 99 iteration S32 0 # Primary Key 100 100 class_id STR 64 # Primary Key … … 103 103 END 104 104 105 # we can not setup a fkey against detStackedImfile here as it would preference 106 # detrend registration nor can we fkey iteration as a registered detrend image 107 # will not have any entrires in detInputExp 108 105 109 detNormalizedImfile METADATA 106 det_id S64 0 # Primary Key 107 iteration S32 0 # Primary Key 110 det_id S64 0 # Primary Key INDEX(det_id, iteration) fkey(det_id) ref detInputExp(det_id) 111 iteration S32 0 # Primary Key 108 112 class_id STR 64 # Primary Key 109 113 uri STR 255 … … 121 125 122 126 detNormalizedExp METADATA 123 det_id S64 0 # Primary Key 127 det_id S64 0 # Primary Key fkey(det_id, iteration) ref detNormalizedImfile(det_id, iteration) 124 128 iteration S32 0 # Primary Key 125 129 recipe STR 64 … … 196 200 197 201 detRunSummary METADATA 198 det_id S64 0 # Primary Key 202 det_id S64 0 # Primary Key fkey(det_id, iteration) ref detInputExp(det_id, iteration) 199 203 iteration S32 0 # Primary Key 200 204 bg F64 0.0
Note:
See TracChangeset
for help on using the changeset viewer.
