We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba79241 commit 0eae2a3Copy full SHA for 0eae2a3
src/tickit_devices/eiger/stream/eiger_stream_2.py
@@ -17,8 +17,8 @@
17
DATA_PATH = Path(__file__).parent.parent / "data" / "stream2"
18
STREAM_SETTINGS_MAP = {
19
# Direct Mappings
20
- # "beam_center_x": "beam_center_x", # These come through as ints for some reason
21
- # "beam_center_y": "beam_center_y",
+ "beam_center_x": "beam_center_x", # These come through as ints for some reason
+ "beam_center_y": "beam_center_y",
22
"count_time": "count_time",
23
"frame_time": "frame_time",
24
"sensor_material": "sensor_material",
0 commit comments