Metadata-Version: 2.4
Name: BaSSET-UiO
Version: 1.0.2a0
Summary: A GUI-based toolbox for signal selection of operando scattering experiments
Author-email: Eira Tiberg North <erlendtn@uio.no>
Maintainer-email: Eira Tiberg North <erlendtn@uio.no>
License-Expression: MIT
Project-URL: Repository, https://github.com/etnorth/BaSSET
Project-URL: Issues, https://github.com/etnorth/BaSSET/issues
Keywords: PDF,XRD,operando,GUI
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >3.10
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: natsort
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: PyQt6
Dynamic: license-file

# Battery Signal Selection and Enhancement Toolbox

BaSSET is a Python GUI software designed to simplify multivariate analysis of _operando_ scattering experiments through integrating common algorithms with easy access to change parameters and visualize results.

# Installation

This software is available on the [Python Package Index](https://pypi.org/project/BaSSET-UiO/). The simplest way to install is through running ```pip install basset-uio```. This also ads two executables for you to run from the terminal or your OS' search. Note that the python 'Scripts' folder needs to be in your PATH for these to work.

```basset``` launches the GUI with a terminal window (or in your active terminal) with print statements and potential warnings or errors.

```basset-gui``` launches the GUI without a terminal (or without occupying your active termainal).

Other than this, they both act the same. 
