From a0f6ae6000c957ae1ec941c33beeb97f2bdef0c6 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 26 Jan 2021 09:58:17 -0600 Subject: lantz not dead --- posts/hardware-control.md | 8 ++++---- templates/tags.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/posts/hardware-control.md b/posts/hardware-control.md index ca68f74..8fd838a 100644 --- a/posts/hardware-control.md +++ b/posts/hardware-control.md @@ -1,5 +1,5 @@ title: hardware control -date: 2021-01-23 +date: 2021-01-25 tags: instrumental python roundup This post is a roundup of open source hardware control projects that I know of. @@ -14,14 +14,14 @@ Each of these projects allows users to communicate with instrumental hardware. | [Experimentor](https://github.com/aquilesC/experimentor) | Python. Opinionated, clean. By [python for the lab](https://www.pythonforthelab.com/) team. | [Instrbuilder](https://lucask07.github.io/instrbuilder/build/html/) | Python, Bluesky. Drivers without code. | | [Instrumental](https://instrumental-lib.readthedocs.io/) | Python. [Supported hardware](https://instrumental-lib.readthedocs.io/en/stable/overview.html#drivers). | -| [Lantz](https://lantz.readthedocs.io/) | Python. [Supported hardware](https://lantz.readthedocs.io/en/0.3/drivers/index.html). Abandoned. | +| [Lantz](https://github.com/lantzproject) | Python. Project seems to be on life support. | | [micro-manager](https://micro-manager.org/) | C++. Impressive, see [whitepaper](https://github.com/nicost/uScopeControl/blob/master/Software%20for%20Microscopy%20Workshop%20WhitePaper.pdf) and [class reference](https://valelab4.ucsf.edu/~MM/doc/MMCore/html/class_c_m_m_core.html). | | [Py-Hardware-Support](https://ddietze.github.io/Py-Hardware-Support/index.html) | Python. Small project implementing a few camera drivers. | | [pyacq](https://github.com/pyacq/pyacq) | Python. Built on ZeroMQ. | | [Pychron](https://github.com/NMGRL/pychron) | Python. Focus on noble gas mass spectrometry. | | [PyDAQmx](https://pythonhosted.org/PyDAQmx/) | Python. Interface to NI DAQmx. | | [PyMeasure](https://pymeasure.readthedocs.io) | Python. [Supported hardware](https://pymeasure.readthedocs.io/en/latest/api/instruments/index.html). Large community. | -| [PyMoDAQ](pymodaq.cnrs.fr) | Python. Developed within French [CNRS](https://www.cnrs.fr/en/cnrs). Seems popular. | +| [PyMoDAQ](https://pymodaq.cnrs.fr) | Python. Developed within French [CNRS](https://www.cnrs.fr/en/cnrs). Seems popular. | | [python-microscopy](http://www.python-microscopy.org/) | Python. [Supported hardware](http://www.python-microscopy.org/doc/supported_hardware.html). | | [python-seabreeze](https://python-seabreeze.readthedocs.io/) | Python. Interface to Ocean Optics spectrometers. | | [Qcodes](http://qcodes.github.io/Qcodes/index.html) | Python. [Supported hardware](https://qcodes.github.io/Qcodes/api/generated/qcodes.instrument_drivers.html). | @@ -31,7 +31,7 @@ Each of these projects allows users to communicate with instrumental hardware. | [storm-control](https://github.com/ZhuangLab/storm-control) | Python. Monolithic software for STORM experiments. | | [thorpy](https://github.com/UniNE-CHYN/thorpy) | Python. Thorlabs APT serial interface. | | [thorlabs_apt](https://github.com/qpit/thorlabs_apt) | Python. Thorlabs APT dll interface. | -| [Virgo](https://github.com/0xCoto/Virgo) | Python. Radio astronomy. Built on top of GNU Radio. | +| [Virgo](https://github.com/0xCoto/Virgo) | Python. Radio astronomy. Built on top of GNU Radio. | [yaq](https://yaq.fyi) | Multilingual framework. Built with love by me 🥰! | The folks over at python-data-acquisition also have a list of [existing-packages](https://github.com/python-data-acquisition/meta/blob/master/existing_packages.md). \ No newline at end of file diff --git a/templates/tags.html b/templates/tags.html index 3d78c80..e788ce5 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -25,6 +25,6 @@ {% endfor %}

-{% endfor % +{% endfor %} {% include "footer.html" %} -- cgit v1.2.3