Skip to content

super-resolution/napari-locan

Repository files navigation

logo napari-locan

License napari hub PyPI Conda (channel only) Python Version tests Code style: black codecov Documentation Status

Load, visualize and analyze single-molecule localization microscopy (SMLM) data.

napari-locan is a napari plugin that implements a subset of methods from locan, a python-based library with code for analyzing SMLM data. Locan provides extended functionality that is better suited for script- or notebook-based analysis procedures. napari-locan is well suited for exploratory data analysis within napari.

For details on usage and development of napari-locan please read the documentation.

Installation

Make sure to have Qt bindings installed in your python environment of choice.

You can install napari-locan from PyPI:

pip install napari-locan

or from conda-forge:

mamba install -c conda-forge napari-locan

Please read the documentation on installation for more details.

Usage

Please read the documentation for details.

Contributing

Contributions are very welcome. Please read the documentation on development for details.

Credit

The plugin was developed in the Department of Biotechnology and Biophysics, Würzburg University, Germany. It is based on locan. So credit goes to the locan developers and can be cited.

License

Distributed under the terms of the BSD-3 license, "napari-locan" is free and open source software. See the LICENSE file for details.

Issues

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


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