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 27 28 29 30
|
.. _bruker-format:
Bruker
------
RosettaSciIO can read ``.spx`` single spectrum and ``.bcf`` "hypermaps" file
formats saved with Bruker's Esprit v1.x or v2.x in ``.bcf``
hybrid (virtual file system/container with xml and binary data, optionally
compressed) format. Most ``.bcf`` import functionality is implemented. Both
high-resolution 16-bit SEM images and hyperspectral EDX data can be retrieved
simultaneously.
BCF can look as all inclusive format, however it does not save some key EDS
parameters: any of dead/live/real times, full width at half maximum (FWHM)
at :math:`Mn_{K\alpha}` line. However, real time for whole map is calculated from metadata
(pixelAverage, lineAverage, pixelTime, lineCounter and map height).
Note that Bruker Esprit uses a similar format for EBSD data, but it is not
currently supported by RosettaSciIO.
The format contains an extensive list of details and parameters of EDS analyses
which in `HyperSpy <https://hyperspy.org>`_ are mapped to the ``metadata`` and
``original_metadata`` dictionaries.
API functions
^^^^^^^^^^^^^
.. automodule:: rsciio.bruker
:members:
|