From f292e046661600795ff6c36b3c2d788a07861591 Mon Sep 17 00:00:00 2001 From: Vonka Jakub Date: Tue, 4 Oct 2022 18:48:21 +0200 Subject: [PATCH] KBs added --- cristallina.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cristallina.py b/cristallina.py index 0380344..c3b0559 100644 --- a/cristallina.py +++ b/cristallina.py @@ -73,6 +73,19 @@ from slic.devices.xoptics import slits from smaract_device_def import smaract from attocube_device_def import attocube +# KBs +from slic.devices.xoptics.kb import KBBase,KBHor,KBVer +kbHor = KBHor( + "SAROP31-OKBH154", + description="Cristallina horizontal KB mirror" +) + +kbVer = KBVer( + "SAROP31-OKBV153", + description="Cristallina vertical KB mirror" +) + + ########################################### instrument = "cristallina"