We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df3403 commit 43f2c36Copy full SHA for 43f2c36
neo/rawio/blackrockrawio.py
@@ -1811,7 +1811,7 @@ def __nev_params(self, param_name):
1811
hour=self.__nev_basic_header["hour"],
1812
minute=self.__nev_basic_header["minute"],
1813
second=self.__nev_basic_header["second"],
1814
- microsecond=self.__nev_basic_header["millisecond"],
+ microsecond=int(self.__nev_basic_header["millisecond"]) * 1000,
1815
),
1816
"max_res": self.__nev_basic_header["timestamp_resolution"],
1817
"channel_ids": self.__nev_ext_header[b"NEUEVWAV"]["electrode_id"],
0 commit comments