Skip to content

LREIN663/napari-storm-mfx

 
 

Repository files navigation

napari-storm

License PyPI Python Version tests codecov napari hub

A plugin for interactive visualization of Single Molecule Localization Microscopy (SMLM) datasets with Napari. This package uses the (currently experimental) Napari Particles layer developed by Martin Weigert (https://github.com/maweigert).


Installation

We recommend instaling Napari into a Conda virtual environment, e.g. using the conda prompt with

conda create --name napari-storm

activate napari-storm

conda install pip

You can install napari-storm by cloning the repository, using, e.g. the conda prompt with:

git clone https://github.com/napari-storm/napari-storm

Next, switch to the install directory and install the python package using

cd napari-storm

pip install -e .

To start the program, simply start the napari version that was just installed into your environment, e.g. again using the conda prompt:

napari 

Issues

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%