We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89dad6 commit 021d250Copy full SHA for 021d250
neo/rawio/intanrawio.py
@@ -403,7 +403,7 @@ def read_rhs(filename):
403
404
if bool(global_info["dc_amplifier_data_saved"]):
405
for chan_info in channels_by_type[0]:
406
- name = chan_info["native_channel_name"]
+ name = chan_info["custom_channel_name"]
407
chan_info_dc = dict(chan_info)
408
chan_info_dc["custom_channel_name"] = name + "_DC"
409
chan_info_dc["sampling_rate"] = sr
0 commit comments