Erik Frojdh 5667353f47 WIP
2020-01-21 09:07:27 +01:00

16 lines
339 B
Python
Executable File

import os
import sys
import numpy as np
sys.path.append(os.path.join(os.getcwd(), 'bin'))
from sls_detector import Detector, Mythen3, Eiger, Jungfrau, DetectorDacs, Dac, Ctb
from sls_detector import dacIndex, readoutMode
from sls_detector.lookup import view, find
d = Detector()
# e = Eiger()
c = Ctb()
# j = Jungfrau()
# m = Mythen3()