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 4d92daa commit 1b4b3a1Copy full SHA for 1b4b3a1
neo/rawio/intanrawio.py
@@ -448,7 +448,7 @@ def read_rhs(filename):
448
for chan_info in channels_by_type[0]:
449
name = chan_info["native_channel_name"]
450
chan_info_dc = dict(chan_info)
451
- chan_info_dc["custom_channel_name"] = name + "_DC"
+ chan_info_dc["native_channel_name"] = name + "_DC"
452
chan_info_dc["sampling_rate"] = sr
453
chan_info_dc["units"] = "mV"
454
chan_info_dc["gain"] = 19.23
0 commit comments