use new slits
This commit is contained in:
2
alvra.py
2
alvra.py
@ -100,7 +100,7 @@ scansJF = Deprecator("scansJF", "scan")
|
|||||||
#)
|
#)
|
||||||
|
|
||||||
|
|
||||||
dummy = DummyAdjustable(name="A Dummy Adjustable")
|
dummy = DummyAdjustable("A Dummy Adjustable")
|
||||||
|
|
||||||
|
|
||||||
def huber_pos(x, y, z, att=None):
|
def huber_pos(x, y, z, att=None):
|
||||||
|
@ -180,17 +180,17 @@ refLaser = sd.xoptics.reflaser.RefLaser_Aramis(
|
|||||||
description="Alvra beamline reference laser before KBs (OLAS)"
|
description="Alvra beamline reference laser before KBs (OLAS)"
|
||||||
)
|
)
|
||||||
|
|
||||||
#slitSwitch = sd.xoptics.slits.SlitBlades_old(
|
#slitSwitch = sd.xoptics.slits.SlitUnit(
|
||||||
# "SAROP11-OAPU104",
|
# "SAROP11-OAPU104",
|
||||||
# description="Slit in Optics hutch after Photon switchyard and before Alvra mono"
|
# description="Slit in Optics hutch after Photon switchyard and before Alvra mono"
|
||||||
#)
|
#)
|
||||||
|
|
||||||
slitUnd = sd.xoptics.slits.SlitFourBlades_old(
|
slitUnd = sd.xoptics.slits.SlitTwinUnit(
|
||||||
"SARFE10-OAPU044",
|
"SARFE10-OAPU044",
|
||||||
description="Slit after Undulator"
|
description="Slit after Undulator"
|
||||||
)
|
)
|
||||||
|
|
||||||
slitAttExp = sd.xoptics.slits.SlitPosWidth_old(
|
slitAttExp = sd.xoptics.slits.SlitUnitCW(
|
||||||
"SAROP11-OAPU120",
|
"SAROP11-OAPU120",
|
||||||
description="Slits behind attenuator"
|
description="Slits behind attenuator"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user