use new slits

This commit is contained in:
2022-07-10 20:51:55 +02:00
parent 54c4e056d8
commit aebd090223
2 changed files with 4 additions and 4 deletions

View File

@ -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):

View File

@ -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"
) )