File: getting_started.rst

package info (click to toggle)
python-nixio 1.5.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,888 kB
  • sloc: python: 12,527; cpp: 832; makefile: 25
file content (26 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download
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