Add function to read digitizers signal description
2 unresolved threads
2 unresolved threads
Closes #62 (closed)
Edited by Laurent Mercadier
Merge request reports
Activity
Filter activity
assigned to @mercadil
mentioned in commit 648d4ee4
986 987 return ds 987 988 988 989 990 def digitizer_signal_description(run, digitizer=None): 991 """ 992 Check for the existence of signal description and return all corresponding 993 channels in a dictionnary. 994 995 Parameters 996 ---------- 997 proposal: int 986 987 return ds 987 988 988 989 990 def digitizer_signal_description(run, digitizer=None): 991 """ 992 Check for the existence of signal description and return all corresponding 993 channels in a dictionnary. 994 995 Parameters 996 ---------- 997 proposal: int 998 The proposal number 999 runNB: int mentioned in merge request !212 (merged)
Please register or sign in to reply