Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Aug 28, 2024
1 parent 3068e71 commit 6f65e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tickit_devices/eiger/stream/eiger_stream_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
DATA_PATH = Path(__file__).parent.parent / "data" / "stream2"
STREAM_SETTINGS_MAP = {
# Direct Mappings
# "beam_center_x": "beam_center_x", # These come through as ints for some reason
# "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",
"count_time": "count_time",
"frame_time": "frame_time",
"sensor_material": "sensor_material",
Expand Down

0 comments on commit 6f65e14

Please sign in to comment.