Adding mono + commit after the sticky bit.
This commit is contained in:
12
beamline/components.py
Normal file → Executable file
12
beamline/components.py
Normal file → Executable file
@ -3,10 +3,11 @@ from loguru import logger
|
||||
from slic.devices.xoptics.aramis_attenuator import Attenuator
|
||||
from slic.devices.xoptics.pulsepicker import PulsePicker
|
||||
from slic.devices.xdiagnostics.intensitymonitor import IntensityMonitorPBPS
|
||||
|
||||
from .Cristallina_mono import CristallinaMono
|
||||
from .alignment_laser import AlignmentLaser
|
||||
|
||||
from slic.devices.xoptics.kb import KBHor, KBVer
|
||||
from slic.devices.xoptics.offsetmirrors import OffsetMirror
|
||||
|
||||
from .pp_shutter import PP_Shutter
|
||||
|
||||
@ -27,7 +28,7 @@ test_attenuators()
|
||||
# Shutter
|
||||
pp_shutter = PP_Shutter(
|
||||
"SARES30-LTIM01-EVR0:RearUniv0-Ena-SP", name="Cristallina pulse picker shutter"
|
||||
) # Shutter button when using the pulse picker
|
||||
) # Shutter button when ufasing the pulse picker
|
||||
|
||||
|
||||
pulsepicker = PulsePicker(
|
||||
@ -59,3 +60,10 @@ pbps149 = IntensityMonitorPBPS(
|
||||
# KB mirrors
|
||||
kbHor = KBHor("SAROP31-OKBH154", description="Cristallina horizontal KB mirror")
|
||||
kbVer = KBVer("SAROP31-OKBV153", description="Cristallina vertical KB mirror")
|
||||
|
||||
# Mono
|
||||
mono = CristallinaMono("SAROP31-ODCC110")
|
||||
|
||||
# Offset mirrors
|
||||
m3 = OffsetMirror('SAROP31-ODMV152')
|
||||
#TODO the other two offset mirros
|
||||
|
Reference in New Issue
Block a user