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