merged kbhor and kbver into kb; added KBBase

This commit is contained in:
2022-07-11 12:49:05 +02:00
parent 1d9ac140c1
commit fe500cdd00

View File

@ -244,7 +244,7 @@ components = [
"args": ["SAROP21-OKBV139"], "args": ["SAROP21-OKBV139"],
"z_und": 139, "z_und": 139,
"desc": "Vertically focusing Bernina KB mirror", "desc": "Vertically focusing Bernina KB mirror",
"type": "slic.devices.xoptics.kbver:KBver", "type": "slic.devices.xoptics.kb:KBVer",
"kwargs": {}, "kwargs": {},
}, },
{ {
@ -252,7 +252,7 @@ components = [
"name": "kb_hor", "name": "kb_hor",
"z_und": 140, "z_und": 140,
"desc": "Horizontally focusing Bernina KB mirror", "desc": "Horizontally focusing Bernina KB mirror",
"type": "slic.devices.xoptics.kbhor:KBhor", "type": "slic.devices.xoptics.kb:KBHor",
"kwargs": {}, "kwargs": {},
}, },
{ {