added gotthard2

This commit is contained in:
Erik Frojdh
2020-08-20 16:49:55 +02:00
parent a2ec86006d
commit e782fcce62
7 changed files with 84 additions and 18 deletions

View File

@ -3,13 +3,14 @@ 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
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()