This commit is contained in:
Erik Frojdh
2020-01-20 16:37:18 +01:00
parent 5c35a33e02
commit 0194d7ba1c
3 changed files with 31 additions and 2 deletions

View File

@ -4,7 +4,7 @@ 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
from sls_detector import dacIndex, readoutMode
d = Detector()