summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-01-26 09:58:17 -0600
committerBlaise Thompson <blaise@untzag.com>2021-01-26 09:58:17 -0600
commita0f6ae6000c957ae1ec941c33beeb97f2bdef0c6 (patch)
treec1cdac75ddb491e4be77c85d785611a10b0a3de2
parent8314fc7dd56c16820055053b23a8103a6f70a49d (diff)
lantz not dead
-rw-r--r--posts/hardware-control.md8
-rw-r--r--templates/tags.html2
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 %}
</p>
-{% endfor %
+{% endfor %}
{% include "footer.html" %}