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.
2 parents 0467d72 + 1b4b3a1 commit 98ffe9fCopy full SHA for 98ffe9f
neo/rawio/intanrawio.py
@@ -446,7 +446,7 @@ def read_rhs(filename):
446
for chan_info in channels_by_type[0]:
447
name = chan_info["native_channel_name"]
448
chan_info_dc = dict(chan_info)
449
- chan_info_dc["custom_channel_name"] = name + "_DC"
+ chan_info_dc["native_channel_name"] = name + "_DC"
450
chan_info_dc["sampling_rate"] = sr
451
chan_info_dc["units"] = "mV"
452
chan_info_dc["gain"] = 19.23
0 commit comments