added Eugenio's phase-shifter/CHIC calculation (still disabled)
This commit is contained in:
@ -13,7 +13,7 @@ from slic.utils import devices
|
||||
#from slic.core.acquisition.fakeacquisition import FakeAcquisition
|
||||
|
||||
from devices.attenuator import Attenuator
|
||||
from devices.undulator import Undulators, Undulator
|
||||
from devices.undulator import Undulators
|
||||
|
||||
|
||||
dummy = DummyAdjustable(units="au")
|
||||
@ -28,7 +28,7 @@ source_y = Motor("SATES20-MANIP1:MOTOR_1", name="Source manipulator y")
|
||||
source_x = Motor("SATES20-MANIP1:MOTOR_2", name="Source manipulator x")
|
||||
|
||||
att = Attenuator("SATFE10-OATT064")
|
||||
und = Undulators()
|
||||
und = Undulators(name="z Athos Undulators")
|
||||
|
||||
xota_z_trans = Motor("SATES21-XOTA166:W_Z", name="Table 1: Z coordinated")
|
||||
#xota_hori_z = Motor("SATES21-XOTA166:MOTOR_Z", name="Table 1: Z raw")
|
||||
|
Reference in New Issue
Block a user