summaryrefslogtreecommitdiff
path: root/posts/instrumental-software.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/instrumental-software.md')
-rw-r--r--posts/instrumental-software.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/posts/instrumental-software.md b/posts/instrumental-software.md
index 610d815..ba7684e 100644
--- a/posts/instrumental-software.md
+++ b/posts/instrumental-software.md
@@ -1,5 +1,5 @@
title: instrumental-software
-date: 2020-04-12
+date: 2020-05-23
This post is a roundup of open source instrumental software projects that I know of.
I've organized them alphabetically.
@@ -50,6 +50,13 @@ Instrumental is a Python-based library for controlling lab hardware like cameras
Simple yet powerful instrumentation in Python
+# micro-manager
+
+[website](https://micro-manager.org/)
+
+A really cool project.
+Check out the [whitepaper](https://github.com/nicost/uScopeControl/blob/master/Software%20for%20Microscopy%20Workshop%20WhitePaper.pdf) and their [CMMCore Class Reference](https://valelab4.ucsf.edu/~MM/doc/MMCore/html/class_c_m_m_core.html).
+
# PyCMDS
(personal project)
@@ -62,6 +69,13 @@ Python display manager.
PyDM is a PyQt-based framework for building user interfaces for control systems.
The goal is to provide a no-code, drag-and-drop system to make simple screens, as well as a straightforward python framework to build complex applications.
+# Py-Hardware-Support
+
+[website](https://ddietze.github.io/Py-Hardware-Support/index.html)
+
+Here’s a small collection of some python modules that can be used to add hardware support to your programs.
+I have written those to be easy to use but not necessarily covering all the functionality the library or device has to offer.
+
# python-microscopy
[website](http://www.python-microscopy.org/)
@@ -82,6 +96,12 @@ python-microscopy is a large package including a farily mature microscope contro
Quote:
A Python platform for controlling custom laboratory experiments and visualizing scientific data.
+# SFGacquisition
+
+[source](https://github.com/GeigerGroup/SFGacquisition)
+
+Software for interfacing with WinSpec/Lightfield and WinTOPAS as well as Thorlabs motorized optic mounts to control SFG spectral acquisitions at multiple DFG positions.
+
# storm-control
[source](https://github.com/ZhuangLab/storm-control)