Skip to content

Commit 405deca

Browse files
zm711h-mayorquin
andauthored
Heberto feedback
Co-authored-by: Heberto Mayorquin <[email protected]>
1 parent 021d250 commit 405deca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/intanrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _parse_header(self):
7979
self._global_info, self._ordered_channels, data_dtype, header_size, self._block_size = read_rhs(
8080
self.filename
8181
)
82-
# 3 possibilities for rhd files two use a plain header called 'info.rhd' and one format has the header
82+
# 3 possibilities for rhd files, one combines the header and the data in the same file with suffix `rhd` while the other two separates the data from the header which is always called `info.rhd`
8383
# attached to the actual binary file with data
8484
elif self.filename.endswith(".rhd"):
8585
if filename.name == "info.rhd":

0 commit comments

Comments
 (0)