File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,7 @@ def _parse_header(self):
401401 ext_header .append (d )
402402
403403 if len (ext_header ) > 0 :
404+ # in blackrock : one stream per buffer so same id
404405 buffer_id = stream_id = str (nsx_nb )
405406 stream_name = f"nsx{ nsx_nb } "
406407 signal_buffers .append ((stream_name , buffer_id ))
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ def _parse_header(self):
318318
319319 signal_streams = np .array (signal_streams , dtype = _signal_stream_dtype )
320320 signal_channels = np .array (signal_channels , dtype = _signal_channel_dtype )
321- # buffer concept here, data are spread per channel and paquet
321+ # no buffer concept here, data are spread per channel and data block
322322 signal_buffers = np .array ([], dtype = _signal_buffer_dtype )
323323
324324 # unit channels EVTYPE_SNIP
You can’t perform that action at this time.
0 commit comments