adjusted SmarActStage calls to new logic
This commit is contained in:
22
devices.py
22
devices.py
@ -15,22 +15,18 @@ flexTable = sd.endstations.alvra_flex.table(
|
||||
)
|
||||
|
||||
prism = sd.general.smaract.SmarActStage(
|
||||
dict( #TODO: remove the wrapper dict
|
||||
gonio="SARES11-CMOV-SMA691110",
|
||||
trans="SARES11-CMOV-SMA691111",
|
||||
rotat="SARES11-CMOV-SMA691112"
|
||||
),
|
||||
z_undulator=127,
|
||||
description="Prime laser prism"
|
||||
gonio="SARES11-CMOV-SMA691110",
|
||||
trans="SARES11-CMOV-SMA691111",
|
||||
rotat="SARES11-CMOV-SMA691112",
|
||||
# z_undulator=127,
|
||||
name="Prime laser prism"
|
||||
)
|
||||
|
||||
xmic = sd.general.smaract.SmarActStage(
|
||||
dict( #TODO: remove the wrapper dict
|
||||
gonio="SARES11-CMOV-SMA691113",
|
||||
rotat="SARES11-CMOV-SMA691114"
|
||||
),
|
||||
z_undulator=127,
|
||||
description="Prime microscope mirror"
|
||||
gonio="SARES11-CMOV-SMA691113",
|
||||
rotat="SARES11-CMOV-SMA691114",
|
||||
# z_undulator=127,
|
||||
name="Prime microscope mirror"
|
||||
)
|
||||
|
||||
primeSample = sd.endstations.alvra_prime.Huber(
|
||||
|
Reference in New Issue
Block a user