Metadata-Version: 2.1
Name: mercurygui
Version: 3.0.2
Summary: A GUI to control the Oxford instruments Mercury iTC
Home-page: https://github.com/oe-fet/mercurygui.git
Author: Sam Schott
Author-email: ss2151@cam.ac.uk
License: MIT
Keywords: mercurygui
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: pyvisa
Requires-Dist: mercuryitc (>=0.3.0)
Requires-Dist: numpy
Requires-Dist: pyqtgraph (>=0.11.0)
Requires-Dist: PyQt5
Requires-Dist: repr
Requires-Dist: setuptools

[![PyPi Release](https://img.shields.io/pypi/v/mercurygui.svg?style=flat)](https://pypi.org/project/mercurygui/)

# mercurygui
mercurygui provides a higher-level worker thread which regularly queries the MercuryiTC for its sensor readings and provides a live stream of this data to other parts of the software. This prevents individual functions from querying the MercuryiTC directly and causing unnecessary overhead.

The user interface for the cryostat plots historic temperature readings going back up to 24 h and provides access to relevant temperature control settings such as gas flow, heater power, and ramp speed while lower-level configurations such as calibration tables must be changed programmatically.


<img src="https://raw.githubusercontent.com/OE-FET/mercurygui/master/screenshots/MercuryGUI.png" alt="Screenshot of the user interface" width="800"/>

## Installation
Install the stable version from PyPi by running:
```console
$ pip install mercurygui
```
or the latest version from github:
```console
$ pip install git+https://github.com/OE-FET/mercurygui
```

## System requirements

- Linux or macOS
- Python 2.7 or 3.x

## Acknowledgements
Config modules are based on the implementation from [Spyder](https://github.com/spyder-ide).


