initial version of fil_trans

This commit is contained in:
x01dc
2026-01-05 15:17:09 +01:00
committed by x12sa
parent 901aa9424e
commit adedf0fa4f

View File

@@ -15,19 +15,20 @@ from typeguard import typechecked
from csaxs_bec.bec_ipython_client.plugins.cSAXS.smaract import cSAXSInitSmaractStages
from csaxs_bec.bec_ipython_client.plugins.cSAXS.smaract import cSAXSSmaract
from csaxs_bec.bec_ipython_client.plugins.omny.omny_general_tools import OMNYTools
from csaxs_bec.bec_ipython_client.plugins.cSAXS.filter_transmission import cSAXSFilterTransmission
class cSAXSError(Exception):
pass
class cSAXS(
cSAXSInitSmaractStages,
cSAXSSmaract,
cSAXSFilterTransmission,
):
def __init__(self, client):
super().__init__(client)
self.client = client
self.device_manager = client.device_manager
self.OMNYTools = OMNYTools(self.client)
super().__init__(client=client)
# this is the csaxs master file that imports all routines from csaxs