erlab.io.plugins¶
Data loading plugins.
The modules in this package provide data loaders for various beamlines and laboratories.
Each module contains a class that subclasses erlab.io.dataloader.LoaderBase,
which can be accessed through erlab.io.loaders.
See erlab.io.dataloader for more information on how to write a custom loader.
Modules
Data loader for the Scienta Omicron DA30 analyzer. |
|
Data loader for the low-temperature ARPES system at KAIST. |
|
Data loader for beamline ID21 ESM at NSLS-II. |
|
Data loader for beamline 10.0.1 at ALS. |
|
Data loader for beamline I05 at Diamond. |
|
Data loader for KRISS. |
|
Data loader for beamline 20 LOREA at ALBA. |
|
Data loader for beamline 7.0.2 at ALS. |
|
Data loader for MB Scientific analyzers. |
|
Data loader for beamline 4.0.3 at ALS. |
|
Data loader for beamline 4A1 at PAL. |
|
Data loader for System 1 (SARPES) at Seoul National University. |
|
Data loader for beamline 5-2 at SSRL. |
Exceptions
Issued when a plugin fails to load. |
- exception erlab.io.plugins.PluginImportWarning[source]¶
Bases:
UserWarningIssued when a plugin fails to load.