Skip to content

Commit

Permalink
Update spikegadgetsrawio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jul 10, 2023
1 parent 3cb31aa commit 8db28b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/rawio/spikegadgetsrawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _parse_header(self):
units = ''
gain = 1.
offset = 0.
signal_channels.append((name, chan_id, self._sampling_rate, 'int16',
signal_channels.append((name, chan_id, self._sampling_rate, dtype,
units, gain, offset, stream_id))

num_bytes = stream_bytes[stream_id] + int(channel.attrib['startByte'])
Expand Down

0 comments on commit 8db28b8

Please sign in to comment.