diff --git a/neo/rawio/rawbinarysignalrawio.py b/neo/rawio/rawbinarysignalrawio.py index 44bc3a7ee..a907a595e 100644 --- a/neo/rawio/rawbinarysignalrawio.py +++ b/neo/rawio/rawbinarysignalrawio.py @@ -89,7 +89,7 @@ def _parse_header(self): self._buffer_descriptions[0][0][buffer_id] = { "type": "raw", "file_path": str(self.filename), - "dtype": "uint16", + "dtype": self.dtype, "order": "C", "file_offset": self.bytesoffset, "shape": shape,