Skip to content

Commit 47d8c97

Browse files
committed
precision time protocol\
1 parent d839a32 commit 47d8c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neo/rawio/blackrockrawio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def _parse_header(self):
328328
nsx_header_reader = self.__nsx_header_reader[spec_version]
329329
self.__nsx_basic_header[nsx_nb], self.__nsx_ext_header[nsx_nb] = nsx_header_reader(nsx_nb)
330330

331-
# The only way to know if it is the peak-to-peak-variant of file spec 3.0
331+
# The only way to know if it is the Precision Time Protocol of file spec 3.0
332332
# is to check for nanosecond timestamp resolution.
333333
is_ptp_variant = (
334334
"timestamp_resolution" in self.__nsx_basic_header[nsx_nb].dtype.names
@@ -389,7 +389,7 @@ def _parse_header(self):
389389
for nsx_nb in self.nsx_to_load:
390390
basic_header = self.__nsx_basic_header[nsx_nb]
391391
spec_version = self.__nsx_spec[nsx_nb]
392-
# The only way to know if it is the peak-to-peak-variant of file spec 3.0
392+
# The only way to know if it is the Precision Time Protocol of file spec 3.0
393393
# is to check for nanosecond timestamp resolution.
394394
is_ptp_variant = (
395395
"timestamp_resolution" in basic_header.dtype.names

0 commit comments

Comments
 (0)