File: netcdf.rst

package info (click to toggle)
python-rosettasciio 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144,644 kB
  • sloc: python: 36,638; xml: 2,582; makefile: 20; ansic: 4
file content (21 lines) | stat: -rw-r--r-- 609 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
.. _netcdf-format:

NetCDF (EELSlab) format
-----------------------

The ``.nc`` format was the default format in HyperSpy's predecessor, EELSLab, but it has been
superseded by :ref:`hspy-format` in RosettaSciIO. We provide only reading capabilities
but we do not support writing to this format.

Note that only NetCDF files written by EELSLab are supported.

To use this format a python netcdf interface, such as `netcdf4
<http://unidata.github.io/netcdf4-python/>`_ must be installed manually because
it is not installed by default.


API functions
^^^^^^^^^^^^^

.. automodule:: rsciio.netcdf
   :members: