Skip to content

Commit 0eae2a3

Browse files
committed
WIP
1 parent ba79241 commit 0eae2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tickit_devices/eiger/stream/eiger_stream_2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
DATA_PATH = Path(__file__).parent.parent / "data" / "stream2"
1818
STREAM_SETTINGS_MAP = {
1919
# Direct Mappings
20-
# "beam_center_x": "beam_center_x", # These come through as ints for some reason
21-
# "beam_center_y": "beam_center_y",
20+
"beam_center_x": "beam_center_x", # These come through as ints for some reason
21+
"beam_center_y": "beam_center_y",
2222
"count_time": "count_time",
2323
"frame_time": "frame_time",
2424
"sensor_material": "sensor_material",

0 commit comments

Comments
 (0)