Metadata-Version: 2.1
Name: MAST-U-DMS-GUI
Version: 0.1.16
Summary: A GUI for spectral data analysis at MAST-U
Home-page: UNKNOWN
Author: Gareth Williams
Author-email: gw878@york.ac.uk
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: Click
Requires-Dist: matplotlib (>=3.3.4)
Requires-Dist: pandas (>=1.2.3)
Requires-Dist: spe2py (>=2.0.0)
Requires-Dist: numpy (>=1.20.1)
Requires-Dist: scipy (>=1.6.1)

# Sigma Coding Python Library

## Table of Contents

- [Overview](#overview)
- [Setup](#setup)
- [Usage](#usage)
- [Support These Projects](#support-these-projects)

## Overview
A GUI that can plot spectroscopy data, perform post-processing and save data for later reference. 
## Setup
How to Install the GUI:
Create a virtual environment (requires python 3 or greater)
'''console
python -m venv <desired file path here>
'''
Activate the virtual environment
'''console
source <desired file path here>/bin/activate
'''
Install the package onto the system (requires python verion 3 or greater)
'''console
pip install MAST-U-DMS-GUI
'''

This result in the package being installed on this virtual environment in the desired file path.

## Usage
Once installed, these commands can be run within the virtual environment.
'''console
Run_MAST-U_DMS_GUI
'''
Runs the main GUI for loading and processing data.

'''console
Run_MAST-U_DMS_saved_data_plotter
'''
Runs the GUI that can load in saved data plots.



