Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PyLabLib to alternatives #66

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add PyLabLib to alternatives
  • Loading branch information
kadykov authored Jun 22, 2023
commit 04146e998e9b0379279d91a38898f2602cf04316
8 changes: 8 additions & 0 deletions templates/alternatives.html
Original file line number Diff line number Diff line change
@@ -90,6 +90,14 @@ <h2><a href="">Micro-Manager</a></h2>
The <a href="https://github.com/nicost/uScopeControl/blob/master/Software%20for%20Microscopy%20Workshop%20WhitePaper.pdf">Software for Microscopy Workshop White Paper</a> is a good read for anyone interested in the future of the project.
</p>

<h2><a href="https://pylablib.readthedocs.io/">PyLabLib</a></h2>

<p>
PyLabLib aims to provide support for device control and experiment automation.
It interfaces with lots of different devices, including several different camera interfaces, translational stages, oscilloscopes, AWGs, sensors, and more.
The interface is implemented in a natural way through Python objects, and is easy to understand.
</p>

<h2><a href="https://pymeasure.readthedocs.io/">PyMeasure</a></h2>

<p>