Skip to content

Commit

Permalink
Quick forgotten fix (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina authored Dec 10, 2024
1 parent a696064 commit fd3c0a3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/mx_bluesky/beamlines/i24/serial/write_nexus.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,8 @@ def call_nexgen(
parameters.map_type == MappingType.NoMap
or parameters.chip.chip_type == ChipType.Custom
):
# NOTE Nexgen server is still on nexgen v0.7.2 (fully working for ssx)
# Will need to be updated, for correctness sake map needs to be None.
current_chip_map = (
"/dls_sw/i24/scripts/fastchips/litemaps/currentchip.map"
)
# For nexgen >= 0.9.10
current_chip_map = parameters.chip_map
pump_status = bool(parameters.pump_repeat)
total_numb_imgs = parameters.total_num_images
case ExtruderParameters():
Expand Down

0 comments on commit fd3c0a3

Please sign in to comment.