Plugins#

The mad_gui.plugins keeps files that tell the GUI how to interact with data from different sources.

If data of a specific system should be used within our GUI, a file in this directory needs to implement the functionalities given by mad_gui.plugins.base, see classes below.

Classes#

BaseImporter([parent])

Classes based on this one enable the GUI to load data from different systems/formats.

BaseAlgorithm([parent])

A base class for implementing an algorithm.

BaseExporter([parent])

Export the plotted data and/or annotations.

ExampleImporter([parent])

An exemplary importer.