Skip to content
usage.rst 685 B
Newer Older
Reading an existing dataset
***************************
Simple format (FFI 1001)
========================
Christoph Knote's avatar
Christoph Knote committed
.. literalinclude:: ../tests/usage_examples/read_ffi1001.py
More complex (FFI 2110)
========================
Identical to FFI1001, only the data structure is more complex.
Christoph Knote's avatar
Christoph Knote committed
.. literalinclude:: ../tests/usage_examples/read_ffi2110.py
Creating a new dataset
**********************
Simple format (FFI 1001)
========================
Christoph Knote's avatar
Christoph Knote committed
.. literalinclude:: ../tests/usage_examples/create_ffi1001.py
More complex (FFI 2110)
========================
Again, like for FFI 1001, but using a more complex data structure.
Christoph Knote's avatar
Christoph Knote committed
.. literalinclude:: ../tests/usage_examples/create_ffi2110.py