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 eaaff57 commit fc998f8Copy full SHA for fc998f8
neo/rawio/blackrockrawio.py
@@ -1808,7 +1808,7 @@ def __nev_params(self, param_name):
1808
hour=self.__nev_basic_header["hour"],
1809
minute=self.__nev_basic_header["minute"],
1810
second=self.__nev_basic_header["second"],
1811
- microsecond=self.__nev_basic_header["millisecond"],
+ microsecond=self.__nev_basic_header["millisecond"] * 1000,
1812
),
1813
"max_res": self.__nev_basic_header["timestamp_resolution"],
1814
"channel_ids": self.__nev_ext_header[b"NEUEVWAV"]["electrode_id"],
0 commit comments