Skip to content

signal_type "EDS" not understood #19

Open
@jlaehne

Description

@jlaehne

Loading an MSA file (from EDAX), the signal type is set to EDS, which is not a known signal type as only EDS_SEM and EDS_TEM are available. The MSA files do not contain any information on the type of instrument, but as far as I remember some other readers decide on the basis of the acceleration voltage (>30 kV = TEM, otherwise SEM), which signal_type to use.

Easiest might be to implement the correct signal_type setting in the rsciio reader? Alternatively, we could could try to implement the decision on the exspy side, because it should affect various types of file formats and does not make too much sense to repetitively have that code in different rsciio readers.

Here is the error message:

>>> s2 = hs.load("InGaN_nanowires_spectra.MSA")
WARNING | Hyperspy | `signal_type='EDS'` not understood. See `hs.print_known_signal_types()` for a list of installed signal types or https://github.com/hyperspy/hyperspy-extensions-list for the list of all hyperspy extensions providing signals. (hyperspy.io:707)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions