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 6b16d3c commit b5ee844Copy full SHA for b5ee844
doc/source/rawio.rst
@@ -15,7 +15,7 @@ For performance and memory consumption reasons a new layer has been added to Neo
15
In brief:
16
* **neo.io** is the user-oriented read/write layer. Reading consists of getting a tree
17
of Neo objects from a data source (file, url, or directory).
18
- When reading, all Neo objects are scaled to the correct units.
+ When reading, all Neo objects are scaled to the correct units.
19
Writing consists of making a set of Neo objects persistent in a file format.
20
* **neo.rawio** is a low-level layer for reading data only. Reading consists of getting
21
NumPy buffers (often int16/int64) of signals/spikes/events.
0 commit comments