https://github.com/pymeasure/pymeasure
Scientific measurement library for instruments, experiments, and live-plotting
https://github.com/pymeasure/pymeasure
automation graph instrument measure plot python research science
Last synced: 3 months ago
JSON representation
Scientific measurement library for instruments, experiments, and live-plotting
- Host: GitHub
- URL: https://github.com/pymeasure/pymeasure
- Owner: pymeasure
- License: mit
- Created: 2014-04-17T02:31:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-05-02T18:48:02.000Z (9 months ago)
- Last Synced: 2025-05-02T19:37:44.440Z (9 months ago)
- Topics: automation, graph, instrument, measure, plot, python, research, science
- Language: Python
- Homepage: http://pymeasure.readthedocs.io/en/latest/
- Size: 9.25 MB
- Stars: 657
- Watchers: 33
- Forks: 395
- Open Issues: 191
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
- Citation: CITATION.cff
- Support: .github/SUPPORT.md
- Authors: AUTHORS.txt
Awesome Lists containing this project
- awesome_photonics - pymeasure
README
.. image:: https://raw.githubusercontent.com/pymeasure/pymeasure/master/docs/images/PyMeasure.png
:alt: PyMeasure Scientific package
PyMeasure scientific package
############################
PyMeasure makes scientific measurements easy to set up and run.
The package contains a repository of instrument classes and a system for running experiment procedures, which provides graphical interfaces for graphing live data and managing queues of experiments.
Both parts of the package are independent, and when combined provide all the necessary requirements for advanced measurements with only limited coding.
PyMeasure is currently under active development, so please report any issues you experience to our `Issues page`_.
.. _Issues page: https://github.com/pymeasure/pymeasure/issues
Project Information
-------------------
PyMeasure is tested with continuous-integration on Linux, macOS, and Windows for all supported Python versions.
.. image:: https://img.shields.io/pypi/pyversions/pymeasure
:alt: PyPI - Python Version
.. image:: https://github.com/pymeasure/pymeasure/actions/workflows/pymeasure_CI.yml/badge.svg
:target: https://github.com/pymeasure/pymeasure/actions/workflows/pymeasure_CI.yml
.. image:: http://readthedocs.org/projects/pymeasure/badge/?version=latest
:target: http://pymeasure.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.595633.svg
:target: https://doi.org/10.5281/zenodo.595633
.. image:: https://anaconda.org/conda-forge/pymeasure/badges/version.svg
:target: https://anaconda.org/conda-forge/pymeasure
.. image:: https://anaconda.org/conda-forge/pymeasure/badges/downloads.svg
:target: https://anaconda.org/conda-forge/pymeasure
.. image:: https://codecov.io/gh/pymeasure/pymeasure/graph/badge.svg
:target: https://codecov.io/gh/pymeasure/pymeasure
Related Projects
----------------
- `LECO Protocol `_: Open standard for laboratory equipment communication using modern protocols
- `pyleco `_: Python library implementing LECO for distributed instrument control systems
- `Python Lab Automation Landscape `_: Curated collection of Python tools for laboratory automation and instrumentation
Quick start
===========
Check out `the documentation`_ for the `quick start guide`_, that covers the installation of Python and PyMeasure.
There are a number of examples in the `examples`_ directory that can help you get up and running.
.. _the documentation: http://pymeasure.readthedocs.org/en/latest/
.. _quick start guide: http://pymeasure.readthedocs.io/en/latest/quick_start.html
.. _examples: https://github.com/pymeasure/pymeasure/tree/master/examples