1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.. _semper-format:
SEMPER binary format (UNF)
--------------------------
SEMPER is a fully portable system of programs for image processing, particularly
suitable for applications in electron microscopy developed by Owen Saxton (see
`DOI: 10.1016/S0304-3991(79)80044-3 <https://doi.org/10.1016/S0304-3991(79)80044-3>`_
for more information). The ``.unf`` format is a
binary format with an extensive header for up to 3 dimensional data.
RosettaSciIO can read and write ``.unf``-files and will try to convert the data into a
fitting BaseSignal subclass, based on the information stored in the label.
Currently version 7 of the format should be fully supported.
API functions
^^^^^^^^^^^^^
.. automodule:: rsciio.semper
:members:
|