Skip to content

Commit 9bb7718

Browse files
committed
name
1 parent 5968cdf commit 9bb7718

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
@@ -1015,7 +1015,7 @@ def __read_nsx_dataheader_variant_b(
10151015
"offset_to_data_block": offset_to_data_block_start,
10161016
}
10171017

1018-
# Jump to the next data block
1018+
# Jump to the next data block, the data is encoded as int16
10191019
data_block_size_bytes = num_data_points * channel_count * np.dtype("int16").itemsize
10201020
current_offset_bytes = offset_to_data_block_start + data_block_size_bytes
10211021

0 commit comments

Comments
 (0)