From fe500cdd0073fcd61c7f82bf6c6c26099520cae8 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 11 Jul 2022 12:49:05 +0200 Subject: [PATCH] merged kbhor and kbver into kb; added KBBase --- devices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices.py b/devices.py index e5c8990..90ff45d 100644 --- a/devices.py +++ b/devices.py @@ -244,7 +244,7 @@ components = [ "args": ["SAROP21-OKBV139"], "z_und": 139, "desc": "Vertically focusing Bernina KB mirror", - "type": "slic.devices.xoptics.kbver:KBver", + "type": "slic.devices.xoptics.kb:KBVer", "kwargs": {}, }, { @@ -252,7 +252,7 @@ components = [ "name": "kb_hor", "z_und": 140, "desc": "Horizontally focusing Bernina KB mirror", - "type": "slic.devices.xoptics.kbhor:KBhor", + "type": "slic.devices.xoptics.kb:KBHor", "kwargs": {}, }, {