All Projects → tlambert03 → napari-micromanager

tlambert03 / napari-micromanager

Licence: BSD-3-Clause License
No description, website, or topics provided.

Programming Languages

python
139335 projects - #7 most used programming language

napari-micromanager

License PyPI Python Version Tests codecov

GUI interface between napari and micromanager

🚧 Experimental! Work in progress! Here be 🐲 🚧


mm

This napari plugin was generated with Cookiecutter using with @napari's cookiecutter-napari-plugin template.

Installation

You can install napari-micromanager via pip:

pip install napari-micromanager

Getting micromanager adapters:

The easiest way to get the micromanager adapters is to use:

python -m pymmcore_plus.install

this will install micromanager to the pymmcore_plus folder in your site-package; use this to see where:

python -c "from pymmcore_plus import _util; print(_util.find_micromanager())"

alternatively, you can direct pymmcore_plus to your own micromanager installation with the MICROMANAGER_PATH environment variable:

export MICROMANAGER_PATH='/path/to/Micro-Manager-...'

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

Launching napari with plugin

You can launch napari and automatically load this plugin using the launch-dev.py script:

python launch-dev.py

Alternatively you can run:

napari -w napari-micromanager

License

Distributed under the terms of the BSD-3 license, "napari-micromanager" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].