added Gotthard and Moench

This commit is contained in:
Erik Frojdh
2020-08-25 15:48:56 +02:00
parent 5eda75ebdd
commit 508ec150f5
7 changed files with 113 additions and 3 deletions

View File

@ -3,7 +3,7 @@ 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 Detector, Mythen3, Eiger, Jungfrau, DetectorDacs, Dac, Ctb, Gotthard2, Moench
from slsdet import dacIndex, readoutMode
from slsdet.lookup import view, find
@ -13,4 +13,4 @@ c = Ctb()
g = Gotthard2()
# j = Jungfrau()
# m = Mythen3()
m = Moench()