You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>`__.
5
5
6
-
---------------
7
6
8
7
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.
9
8
10
9
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>`__.
11
10
12
-
13
-
List of tutorials
14
-
-----------------
11
+
---------------
15
12
16
13
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>`_.
17
14
18
15
.. toctree::
16
+
:maxdepth:1
17
+
19
18
file_handling
20
19
storing_data
21
20
tagging
@@ -24,5 +23,4 @@ Most code examples are standalone and you should be able to run them. The code i
Copy file name to clipboardExpand all lines: docs/source/image_data.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
.. toctree::
2
2
:maxdepth:1
3
3
4
-
.. _Image Data:
5
4
6
5
Image data
7
6
==========
@@ -47,7 +46,7 @@ data. The same Tag can be applied to many references as long as
47
46
:lines: 80-84
48
47
:caption: A *Tag* is used to tag a a single region of interest. Most image data is 3D with the third dimension representing the color channels (:download:`singleROI.py <examples/singleROI.py>`).
0 commit comments