Skip to content

Commit

Permalink
Merge pull request #1407 from zm711/fix-tdt
Browse files Browse the repository at this point in the history
TDTRawIO: Change tdt units to uV
  • Loading branch information
apdavison authored Feb 23, 2024
2 parents 620a2a8 + 414f82b commit e94a902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/rawio/tdtrawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def _parse_header(self):

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

0 comments on commit e94a902

Please sign in to comment.