Metadata-Version: 2.1
Name: openSIMS
Version: 0.2.8
Summary: A Python package for SIMS data reduction
Author-email: Pieter Vermeesch <p.vermeesch@ucl.ac.uk>
Project-URL: Homepage, https://github.com/pvermees/openSIMS
Project-URL: Issues, https://github.com/pvermees/openSIMS/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# openSIMS

Python package for SIMS data reduction

## Installation

```
python -m pip install openSIMS --upgrade
```

## Usage

From the Python REPL:

```
import openSIMS as S
S.gui()
```

Click on the 'Log' button of the GUI to see what's going on.

Example data are provided in the [data](https://github.com/pvermees/openSIMS/tree/main/data) folder of the GitHub repository.
