Skip to content

Commit d839a32

Browse files
h-mayorquinzm711
andauthored
Update neo/rawio/blackrockrawio.py
Co-authored-by: Zach McKenzie <[email protected]>
1 parent 91f0d6a commit d839a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/blackrockrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ def __read_nsx_header_variant_b(self, nsx_nb):
941941
("lo_freq_corner", "uint32"),
942942
("lo_freq_order", "uint32"),
943943
("lo_freq_type", "uint16"),
944-
] # 0=None, 1=Butterworth, -2-Chebyshev
944+
] # 0=None, 1=Butterworth, 2=Chebyshev
945945

946946
channel_count = int(nsx_basic_header["channel_count"])
947947
nsx_ext_header = np.memmap(filename, shape=channel_count, offset=offset_dt0, dtype=dt1, mode="r")

0 commit comments

Comments
 (0)