Skip to content

Commit

Permalink
fixed small syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
MDecarabas committed Oct 24, 2024
1 parent 2d5229e commit 98d7863
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/instrument/devices/individual_slits.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(


i_sl9 = IndividualSlits(
prefix="8ideSoft:CR8-I2:US",
prefix="8idiSoft:CR8-I2:US",
h_positive_motor="m12",
h_negative_motor="m11",
v_positive_motor="m10",
Expand All @@ -58,11 +58,10 @@ def __init__(
)

i_sl5 = IndividualSlits(
prefix="8idiSoft:CR8-E2:US",
prefix="8ideSoft:CR8-E2:US",
h_positive_motor="m4",
h_negative_motor="m3",
v_positive_motor="m2",
v_negative_motor="m1",
name="i_sl5",
)
#test

0 comments on commit 98d7863

Please sign in to comment.