adjusted SmarActStage calls to new logic

This commit is contained in:
NichtJens
2020-08-21 13:34:49 +02:00
parent b81627adfc
commit 0409c664e4

View File

@ -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(