Metadata-Version: 2.1
Name: mbs
Version: 0.2
Summary: Utilities for MB Scientific analyzer data
Home-page: http://github.com/mueslo/mbs
Author: mueslo
Author-email: mueslo@mueslo.de
License: GPLv3
Description-Content-Type: text/markdown
Provides-Extra: xarray
Provides-Extra: widgets
Provides-Extra: docs
Provides-Extra: tests
License-File: LICENSE

[![](https://img.shields.io/github/release/mueslo/mbs.svg?style=flat-square)](https://github.com/mueslo/fplore/releases)
[![](https://img.shields.io/pypi/v/mbs.svg?style=flat-square)](https://pypi.org/project/fplore/)
[![](https://img.shields.io/github/workflow/status/mueslo/mbs/Run%20tests/master?style=flat-square)](https://github.com/mueslo/fplore/actions/workflows/tests.yml)
[![](https://img.shields.io/readthedocs/mbsutils.svg?style=flat-square)](https://fplore.readthedocs.io)
[![](https://img.shields.io/github/license/mueslo/mbs.svg?style=flat-square)](https://github.com/mueslo/fplore/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](mbs_example.ipynb). Full documentation is still a work in progress will be found [here](mbsutils.readthedocs.org).
