Skip to content

Commit

Permalink
Prevent i22, p38 requiring dls filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Oct 18, 2024
1 parent f59d6f7 commit 5262242
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 227 deletions.
2 changes: 1 addition & 1 deletion src/dodal/beamlines/i22.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def dcm() -> DoubleCrystalMonochromator:
def undulator() -> Undulator:
return Undulator(
prefix=f"{PREFIX.insertion_prefix}-MO-SERVC-01:",
id_gap_lookup_table_path="/dls_sw/i22/software/daq_configuration/lookup/BeamLine_Undulator_toGap.txt",
id_gap_lookup_table_path="/dev/null",
poles=80,
length=2.0,
)
Expand Down
Loading

0 comments on commit 5262242

Please sign in to comment.