File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -695,7 +695,7 @@ def read_rhs(filename, file_format: str):
695695 chan_info ["gain" ] = 1.0
696696 chan_info ["offset" ] = 0.0
697697 chan_info ["dtype" ] = "uint16"
698- ordered_channels_info .append (chan_info )
698+ ordered_channel_info .append (chan_info )
699699 data_dtype [sig_type ] = "uint16"
700700
701701 # per discussion with Intan developers before version 3 of their software the 'notch_filter_mode'
@@ -982,7 +982,7 @@ def read_rhd(filename, file_format: str):
982982 chan_info ["gain" ] = 1.0
983983 chan_info ["offset" ] = 0.0
984984 chan_info ["dtype" ] = "uint16"
985- ordered_channels_info .append (chan_info )
985+ ordered_channel_info .append (chan_info )
986986 data_dtype [sig_type ] = "uint16"
987987
988988 # per discussion with Intan developers before version 3 of their software the 'notch_filter_mode'
You can’t perform that action at this time.
0 commit comments