Metadata-Version: 2.4
Name: AMBER-ds4ms
Version: 1.0.0
Summary: AMBER: Algorithm for Multiplexing spectrometer Background Estimation with Rotation-independence
Author-email: Jakob Lass <jakob.lass@psi.ch>, Victor Cohen <victor.cohen@sdsc.ethz.ch>, Bejar Haro Benjamin <benjamin.bejar@psi.ch>, "Daniel G. Mazzone" <daniel.mazzone@psi.ch>
Maintainer-email: Jakob Lass <jakob.lass@psi.ch>
Project-URL: Homepage, https://gitea.psi.ch/lass_j/AMBER/
Project-URL: Documentation, https://gitea.psi.ch/lass_j/AMBER/
Project-URL: Repository, https://gitea.psi.ch/lass_j/AMBER/.git
Project-URL: Bug Tracker, https://gitea.psi.ch/lass_j/AMBER/issues
Project-URL: Changelog, https://gitea.psi.ch/lass_j/AMBER/master/CHANGELOG.md
Keywords: Machine Learning,Signal Segmentation,Background Determination
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.14
Requires-Dist: scipy>=1.7
Requires-Dist: torch>=2
Requires-Dist: matplotlib>=3.4
Dynamic: license-file

AMBER
=====

## Quick Installation

For the latest published version install through

```
python -m pip AMBER-ds4ms
```

For the latest nighly version

```
python -m pip install git+https://gitea.psi.ch/lass_j/AMBER.git@main
```



## Documentation and Tutorials

Further details are found in our [documentation](https://amber-ds4ms.readthedocs.io/) 


