Skip to content

Commit 8ef178d

Browse files
authored
Enable low fidelity view of container types (#39)
1 parent 818e72f commit 8ef178d

File tree

8 files changed

+510
-7
lines changed

8 files changed

+510
-7
lines changed
Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
{
2+
"contents": {
3+
"det": {
4+
"contents": {},
5+
"metadata": {}
6+
},
7+
"internal": {
8+
"contents": {
9+
"seq_num": {
10+
"contents": {},
11+
"metadata": {}
12+
},
13+
"time": {
14+
"contents": {},
15+
"metadata": {}
16+
},
17+
"stage-x": {
18+
"contents": {},
19+
"metadata": {}
20+
},
21+
"ts_stage-x": {
22+
"contents": {},
23+
"metadata": {}
24+
}
25+
},
26+
"metadata": {
27+
"stage-x": {
28+
"dtype": "number",
29+
"shape": [],
30+
"dtype_numpy": "<f8",
31+
"source": "ca://BL01T-MO-SIMC-01:M1.RBV",
32+
"units": "degrees",
33+
"precision": 5,
34+
"limits": {
35+
"control": {
36+
"low": -20000,
37+
"high": 20000
38+
},
39+
"display": {
40+
"low": -20000,
41+
"high": 20000
42+
}
43+
},
44+
"object_name": "stage-x"
45+
}
46+
}
47+
}
48+
},
49+
"metadata": {
50+
"configuration": {
51+
"det": {
52+
"data": {
53+
"det-driver-acquire_period": 0.005,
54+
"det-driver-acquire_time": 0.1
55+
},
56+
"timestamps": {
57+
"det-driver-acquire_period": 1761820563.802417,
58+
"det-driver-acquire_time": 1761820563.802396
59+
},
60+
"data_keys": {
61+
"det-driver-acquire_period": {
62+
"dtype": "number",
63+
"shape": [],
64+
"dtype_numpy": "<f8",
65+
"source": "ca://BL01T-DI-CAM-01:DET:AcquirePeriod_RBV",
66+
"units": "",
67+
"precision": 3
68+
},
69+
"det-driver-acquire_time": {
70+
"dtype": "number",
71+
"shape": [],
72+
"dtype_numpy": "<f8",
73+
"source": "ca://BL01T-DI-CAM-01:DET:AcquireTime_RBV",
74+
"units": "",
75+
"precision": 3
76+
}
77+
}
78+
},
79+
"stage-x": {
80+
"data": {
81+
"stage-x-motor_egu": "degrees",
82+
"stage-x-velocity": 1,
83+
"stage-x-offset": 0
84+
},
85+
"timestamps": {
86+
"stage-x-motor_egu": 1761820562.387004,
87+
"stage-x-velocity": 631152000,
88+
"stage-x-offset": 631152000
89+
},
90+
"data_keys": {
91+
"stage-x-motor_egu": {
92+
"dtype": "string",
93+
"shape": [],
94+
"dtype_numpy": "|S40",
95+
"source": "ca://BL01T-MO-SIMC-01:M1.EGU"
96+
},
97+
"stage-x-velocity": {
98+
"dtype": "number",
99+
"shape": [],
100+
"dtype_numpy": "<f8",
101+
"source": "ca://BL01T-MO-SIMC-01:M1.VELO",
102+
"units": "degrees",
103+
"precision": 5,
104+
"limits": {
105+
"control": {
106+
"low": 0.1,
107+
"high": 0
108+
},
109+
"display": {
110+
"low": 0.1,
111+
"high": 0
112+
}
113+
}
114+
},
115+
"stage-x-offset": {
116+
"dtype": "number",
117+
"shape": [],
118+
"dtype_numpy": "<f8",
119+
"source": "ca://BL01T-MO-SIMC-01:M1.OFF",
120+
"units": "degrees",
121+
"precision": 5,
122+
"limits": {
123+
"control": {
124+
"low": -9007199254740991,
125+
"high": 9007199254740991
126+
},
127+
"display": {
128+
"low": -9007199254740991,
129+
"high": 9007199254740991
130+
}
131+
}
132+
}
133+
}
134+
}
135+
},
136+
"data_keys": {
137+
"det": {
138+
"source": "ca://BL01T-DI-CAM-01:HDF5:FullFileName_RBV",
139+
"shape": [
140+
1,
141+
1024,
142+
1024
143+
],
144+
"dtype": "array",
145+
"dtype_numpy": "|i1",
146+
"object_name": "det",
147+
"external": "STREAM:"
148+
},
149+
"stage-x": {
150+
"dtype": "number",
151+
"shape": [],
152+
"dtype_numpy": "<f8",
153+
"source": "ca://BL01T-MO-SIMC-01:M1.RBV",
154+
"units": "degrees",
155+
"precision": 5,
156+
"limits": {
157+
"control": {
158+
"low": -20000,
159+
"high": 20000
160+
},
161+
"display": {
162+
"low": -20000,
163+
"high": 20000
164+
}
165+
},
166+
"object_name": "stage-x"
167+
}
168+
},
169+
"time": 1761823736.1328046,
170+
"uid": "97c7bb0c-8ebf-4d98-b506-abf20f382eb5",
171+
"hints": {
172+
"det": {
173+
"fields": [
174+
"det"
175+
]
176+
},
177+
"stage-x": {
178+
"fields": [
179+
"stage-x"
180+
]
181+
}
182+
}
183+
}
184+
}

0 commit comments

Comments
 (0)