mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00
17 lines
346 B
Python
Executable File
17 lines
346 B
Python
Executable File
import os
|
|
import sys
|
|
import numpy as np
|
|
sys.path.append(os.path.join(os.getcwd(), 'bin'))
|
|
|
|
from slsdet import Detector, Mythen3, Eiger, Jungfrau, DetectorDacs, Dac, Ctb, Gotthard2
|
|
from slsdet import dacIndex, readoutMode
|
|
from slsdet.lookup import view, find
|
|
|
|
d = Detector()
|
|
e = Eiger()
|
|
c = Ctb()
|
|
g = Gotthard2()
|
|
# j = Jungfrau()
|
|
# m = Mythen3()
|
|
|