https://github.com/mueslo/mbs
Simple Python library for loading and plotting MB Scientific ARPES detector data in both KRX and TXT format.
https://github.com/mueslo/mbs
arpes photoemission physics science spectroscopy
Last synced: 4 months ago
JSON representation
Simple Python library for loading and plotting MB Scientific ARPES detector data in both KRX and TXT format.
- Host: GitHub
- URL: https://github.com/mueslo/mbs
- Owner: mueslo
- License: gpl-3.0
- Created: 2019-09-25T13:06:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-21T11:00:07.000Z (9 months ago)
- Last Synced: 2026-01-03T13:28:43.585Z (6 months ago)
- Topics: arpes, photoemission, physics, science, spectroscopy
- Language: Python
- Homepage:
- Size: 1.09 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/mueslo/mbs/releases)
[](https://pypi.org/project/mbs/)
[](https://mbsutils.readthedocs.io)
[](https://github.com/mueslo/mbs/blob/master/LICENSE)
# MBS
Simple Python library for loading and plotting MB Scientific ARPES detector data in both KRX and TXT format.
## Installation
To install using `pip`, simply run `pip install mbs`.
To install using `conda`, please follow [these instructions](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-pkgs.html#installing-non-conda-packages), as `mbs` is not directly published on `conda` .
## Usage & Documentation
For some simple examples, see [mbs_example.ipynb](examples/mbs_example.ipynb). In case interactive widgets are not showing up, please follow [this guide](https://ipywidgets.readthedocs.io/en/stable/user_install.html).
Full documentation is still a work in progress will be found [here](https://mbsutils.readthedocs.org).