Skip to content
Snippets Groups Projects
Commit a69605cf authored by Patrick Godwin's avatar Patrick Godwin
Browse files

multichannel_datasource.py: add lldetchar frame types for parsing channel list INIs

parent ee7a028c
No related branches found
No related tags found
No related merge requests found
Pipeline #49447 failed
......@@ -123,7 +123,7 @@ def channel_dict_from_channel_ini(options):
channel_dict = {}
# frame types considered
included_frame_types = set(("H1_R", "L1_R"))
included_frame_types = set(("H1_R", "L1_R", "H1_lldetchar", "L1_lldetchar"))
# known/permissible values of safety and fidelity flags
known_safety = set(("safe", "unsafe", "unsafeabove2kHz", "unknown"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment