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 @@ -755,9 +755,9 @@ def read_rhs(filename, file_format: str):
755755 # was a request for postprocessing to be done in one of their scripts. From version 3+ the notch
756756 # filter is now applied to the data in realtime and only the post notched amplifier data is
757757 # saved.
758- if global_info ["notch_filter_mode" ] == 2 and global_info ["major_version" ] >= Version ( "3.0" ) :
758+ if global_info ["notch_filter_mode" ] == 2 and global_info ["major_version" ] >= 3 :
759759 global_info ["notch_filter" ] = "60Hz"
760- elif global_info ["notch_filter_mode" ] == 1 and global_info ["major_version" ] >= Version ( "3.0" ) :
760+ elif global_info ["notch_filter_mode" ] == 1 and global_info ["major_version" ] >= 3 :
761761 global_info ["notch_filter" ] = "50Hz"
762762 else :
763763 global_info ["notch_filter" ] = False
You can’t perform that action at this time.
0 commit comments