Skip to content

Commit

Permalink
Swap LS4 and LS3 on the BTPS/BTMS to match real mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
slactjohnson committed Jul 26, 2024
1 parent ce9d569 commit ec8a461
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pcdsdevices/lasers/btps.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,18 +671,18 @@ def __init__(self, *args, **kwargs):
BtpsSourceStatus,
"LTLHN:LS3:",
source_pos=SourcePosition.ls3,
linear_prefix="LAS:BTS:MCS2:01:m10",
rotary_prefix="LAS:BTS:MCS2:01:m12",
goniometer_prefix="LAS:BTS:MCS2:01:m11",
linear_prefix="LAS:BTS:MCS2:01:m15",
rotary_prefix="LAS:BTS:MCS2:01:m14",
goniometer_prefix="LAS:BTS:MCS2:01:m13",
doc="Source status for LS3 (Bay 2 1um)"
)
ls4 = Cpt(
BtpsSourceStatus,
"LTLHN:LS4:",
source_pos=SourcePosition.ls4,
linear_prefix="LAS:BTS:MCS2:01:m15",
rotary_prefix="LAS:BTS:MCS2:01:m14",
goniometer_prefix="LAS:BTS:MCS2:01:m13",
linear_prefix="LAS:BTS:MCS2:01:m10",
rotary_prefix="LAS:BTS:MCS2:01:m12",
goniometer_prefix="LAS:BTS:MCS2:01:m11",
doc="Source status for LS3 (Bay 2 800m)"
)
ls5 = Cpt(
Expand Down

0 comments on commit ec8a461

Please sign in to comment.