Skip to content
Snippets Groups Projects
Commit ba219bcc authored by Daniel Brown's avatar Daniel Brown
Browse files

Merge branch 'master' of gitmaster.atlas.aei.uni-hannover.de:pykat/pykat

parents 5c9e8ef4 d2d35516
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ class photodiode(Detector): ...@@ -97,7 +97,7 @@ class photodiode(Detector):
def phi(self): return self.__phi def phi(self): return self.__phi
def __init__(self, name, node, senstype=None, num_demods=0, demods=[]): def __init__(self, name, node, senstype="", num_demods=0, demods=[]):
Detector.__init__(self, name, node) Detector.__init__(self, name, node)
if num_demods>2: if num_demods>2:
raise NotImplementedError("pd with more than two demodulations not implemented yet") raise NotImplementedError("pd with more than two demodulations not implemented yet")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment