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 5968cdf commit 9bb7718Copy full SHA for 9bb7718
neo/rawio/blackrockrawio.py
@@ -1015,7 +1015,7 @@ def __read_nsx_dataheader_variant_b(
1015
"offset_to_data_block": offset_to_data_block_start,
1016
}
1017
1018
- # Jump to the next data block
+ # Jump to the next data block, the data is encoded as int16
1019
data_block_size_bytes = num_data_points * channel_count * np.dtype("int16").itemsize
1020
current_offset_bytes = offset_to_data_block_start + data_block_size_bytes
1021
0 commit comments