Skip to content

Commit fc998f8

Browse files
committed
fix time
1 parent eaaff57 commit fc998f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/blackrockrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ def __nev_params(self, param_name):
18081808
hour=self.__nev_basic_header["hour"],
18091809
minute=self.__nev_basic_header["minute"],
18101810
second=self.__nev_basic_header["second"],
1811-
microsecond=self.__nev_basic_header["millisecond"],
1811+
microsecond=self.__nev_basic_header["millisecond"] * 1000,
18121812
),
18131813
"max_res": self.__nev_basic_header["timestamp_resolution"],
18141814
"channel_ids": self.__nev_ext_header[b"NEUEVWAV"]["electrode_id"],

0 commit comments

Comments
 (0)