1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Tutorials
=========
This introduction guides through the *NIX* data model and shows how to use it with the `nixio python library <https://github.com/g-node/nixpy>`__.
In the following we provide an introduction to the general concepts of the *NIX* data model, try to illustrate its design principles and provide code examples showing the usage of the `python <https://github.com/g-node/nixpy>`__ library for reading and writing *NIX* files.
Code examples use the python library but almost all functions have direct counterparts also in the `C++ library <https://github.com/g-node/nix>`__ or the language bindings to this for `Matlab <https://github.com/g-node/nix-mx>`__ and `java <https://github.com/g-node/nix-java>`__.
---------------
Most code examples are standalone and you should be able to run them. The code is also available from the `project repository on GitHub <https://github.com/G-Node/nixpy/tree/master/docs/source/examples>`_.
.. toctree::
:maxdepth: 1
file_handling
storing_data
tagging
data_handling
annotations
sources
finding_things
image_data
spike_time_data
|