Skip to content
Snippets Groups Projects

Add function to read digitizers signal description

Merged Laurent Mercadier requested to merge fadc-description into master
2 unresolved threads

Closes #62 (closed)

@lleguy @teichman any suggestions?

Edited by Laurent Mercadier

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • LGTM after updating the docstrings

  • Laurent Mercadier mentioned in merge request !212 (merged)

    mentioned in merge request !212 (merged)

  • Please register or sign in to reply
    Loading