From b0e15906eb15626c161b72087e1e13dafe142a02 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 11 Jul 2022 12:51:09 +0200 Subject: [PATCH] rewrote OffsetMirror as devices --- devices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices.py b/devices.py index 90ff45d..0f650fe 100644 --- a/devices.py +++ b/devices.py @@ -116,7 +116,7 @@ components = [ "kwargs": {}, "z_und": 92, "desc": "Vertical offset mirror 1", - "type": "slic.devices.xoptics.offset_mirrors:OffsetMirror", + "type": "slic.devices.xoptics.offsetmirrors:OffsetMirror", "kwargs": {"ID": "SAROP21-OOMV092"}, }, { @@ -125,7 +125,7 @@ components = [ "kwargs": {}, "z_und": 96, "desc": "Vertical offset mirror 2", - "type": "slic.devices.xoptics.offset_mirrors:OffsetMirror", + "type": "slic.devices.xoptics.offsetmirrors:OffsetMirror", "kwargs": {"ID": "SAROP21-OOMV096"}, }, {