https://github.com/super-resolution/napari-locan
Napari plugin to use locan methods in napari
https://github.com/super-resolution/napari-locan
napari-plugin
Last synced: 4 months ago
JSON representation
Napari plugin to use locan methods in napari
- Host: GitHub
- URL: https://github.com/super-resolution/napari-locan
- Owner: super-resolution
- License: bsd-3-clause
- Created: 2022-05-19T08:02:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T11:10:27.000Z (about 1 year ago)
- Last Synced: 2025-12-17T04:22:40.501Z (7 months ago)
- Topics: napari-plugin
- Language: Python
- Homepage: https://napari-locan.readthedocs.io
- Size: 4.74 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
 napari-locan
==================================================
[](https://github.com/super-resolution/napari-locan/blob/main/LICENSE.md)
[](https://napari-hub.org/plugins/napari-locan)
[](https://pypi.org/project/napari-locan)
[](https://anaconda.org/conda-forge/napari-locan)
[](https://python.org)
[](https://github.com/super-resolution/napari-locan/actions/workflows/test_py_matrix.yml)
[](https://github.com/psf/black)
[](https://codecov.io/gh/super-resolution/napari-locan)
[](https://napari-locan.readthedocs.io/en/latest/?badge=latest)
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:
conda 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](https://github.com/super-resolution/napari-locan/blob/main/CITATION.cff).
## License
Distributed under the terms of the
[BSD-3](http://opensource.org/licenses/BSD-3-Clause)
license, "napari-locan" is free and open source software.
See the [LICENSE](https://github.com/super-resolution/napari-locan/blob/main/LICENSE.md) 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.
[napari]: https://github.com/napari/napari
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[@napari]: https://github.com/napari
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[locan]: https://github.com/super-resolution/locan
[locan developers]: https://github.com/super-resolution/locan
[documentation]: https://napari-locan.readthedocs.io
[documentation on installation]: https://napari-locan.readthedocs.io/en/latest/source/installation.html
[documentation on development]: https://napari-locan.readthedocs.io/en/latest/source/development.html
[file an issue]: https://github.com/super-resolution/napari-locan/issues