python-microscope / microscope

Python library for control of microscope devices, supporting hardware triggers and distribution of devices over the network for performance and flexibility.
https://www.python-microscope.org
GNU General Public License v3.0
69 stars 41 forks source link

PIPython, a library to control Physik Instrumente devices #259

Closed juliomateoslangerak closed 1 year ago

juliomateoslangerak commented 1 year ago

I just came across this https://github.com/PI-PhysikInstrumente/PIPython It would be interesting to use it for the PI stages

carandraug commented 1 year ago

My experience so far with Python wrappers from vendors is that they're not worth it. They are undocumented so every you have an issue you need to check the original documentation so you end up having to be aware of the oddities of their platform but also any extra oddity they have introduced in the Python wrapper.

Also, PIPython is non-libre software (but neither are the vast majority of the shared libraries we use).

carandraug commented 1 year ago

This is effectively about adding support to PI stages as discussed on issue #196 . Closing as duplicate.