Skip to content

Commit 414f82b

Browse files
committed
fix tdt units
1 parent 0c175b4 commit 414f82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/tdtrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def _parse_header(self):
284284

285285
chan_name = "{} {}".format(info["StoreName"], c + 1)
286286
sampling_rate = sampling_rate
287-
units = "V" # WARNING this is not sur at all
287+
units = "uV" # see https://github.com/NeuralEnsemble/python-neo/issues/1369
288288
gain = 1.0
289289
offset = 0.0
290290
signal_channels.append((chan_name, str(chan_id), sampling_rate, dtype, units, gain, offset, stream_id))

0 commit comments

Comments
 (0)