napari-storm
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
napari-storm needs Python 3.10–3.12. It's recommended to install it into its own environment, e.g. with conda:
conda create --name napari-storm python=3.11 pip
conda activate napari-storm
Then install from PyPI. The [pyqt6] extra brings in napari's Qt backend;
without an extra, no Qt binding is installed and napari cannot open a window
(use [pyside6] if you prefer PySide):
pip install "napari-storm[pyqt6]"
To work on napari-storm itself, install from a clone instead:
git clone https://github.com/napari-storm/napari-storm
cd napari-storm
pip install -e ".[dev,pyqt6]"
Usage
Starting napari-storm
To start the program, run the napari_start.py, e.g. by navigating in your anaconda prompt to the location of the napri_start.py (root) and run it with:
python.exe napari_start.py
Or simply start the napari version that was just installed into your environment, e.g. again using the conda prompt:
napari
and then opening napari-storm in the plugins tab.
Importing data into napari-storm
Drag & drop onto the dock widget supported file types (Picasso, ThunderSTORM, MINFLUX, etc.) directly into napari or use the import file dialog.
MINFLUX data is read in both Abberior layouts: the original one, and the flat
layout Imspector writes from 24.10 onwards. The newer one is accepted as
.npy, .json, .mat, .zarr, and as pyMINFLUX's own .pmx. Which layout a
file uses is determined from the file, so there is nothing to choose. A .zarr
dataset is a folder rather than a file; since a file dialog cannot select one,
pick any file inside it and the whole dataset opens.
If your file is not covered:
- one can either write a custom import function by following the instructions in the src/napari_storm/Custom_Import.py
- try the (experimental) file recognition import button, which will try to extract the headers of your file and lets you assign your data. This should work for any .hdf5, .csv or npy. file.
Basic usage
When a dataset is imported you should be able to see 4 tabs in the widget: Data Controls, File Infos, Decorators and Data Filter. In the data controls tab you can change the render range, load a new file, merge the currently open dataset with another that from another file and change your view. There is also the option to change the colormap, adjust the contrast with the slider beneath the colormap picking as well as adding a scalebar or active rainbow colorcoding (for 3D datasets).
The File Infos tab simply displays information on the currently opened datasets.
In the decorators tab you can activate a grid plane and customize a lot of things for the grid as well as the render range box.
Last but not least is the data filter tab, which gives you the option to filter your displayed datasets by all properties available in the dataset. There you will find two sliders, where the top one lets you change the x-range of the displayed property and the other one controlls the cut-off/cut-on of your filter. To apply the filter settings to the dataset simply press one of the apply buttons.
Tips
- Double click or drag the tabs anywhere to detach them from the window. This way you have an overview over all of them at the same time
- For STORM/PALM ... datasets, it is possible to change the rendering options in the data controls tab to "variabel gaussian mode", to include the uncertainty values or photon counts for the rendering
- hold shift and drag the mouse for panning
Documentation
There is a custom Q&A GPT for this repo specifically, available at https://chatgpt.com/g/g-68aebb6371a88191877094b48513d690-napari-storm-q-a
To access the documentation install the following packages (once):
pip install mkdocs mkdocs-material mkdocstrings[python] pymdown-extensions
Then build and serve the docs:
mkdocs serve
Acknowledgements
napari-storm builds on work by others, with thanks:
- napari-particles by Martin
Weigert (BSD-3-Clause), the experimental Particles layer this plugin renders
through. The modules derived from it live in
src/napari_storm/napari_particles/and carry their ownNOTICE. - pyMINFLUX by the Single Cell Facility of the
D-BSSE, ETH Zurich (source,
Apache-2.0). Its
MinFluxReaderV2is the reference for the MINFLUX layout Imspector writes from 24.10 onwards: the version markers that tell the two layouts apart, the per-container quirks, and the.pmxstructure were all read from it. napari-storm's reader is an independent implementation and contains no pyMINFLUX code, but it would not exist without theirs having documented the format first.
Issues
If you encounter any problems, please file an issue along with a detailed description.
Release files for napari-storm 2.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| napari_storm-2.1.0.tar.gz | 175.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| napari_storm-2.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 381.5 kB
Release files / napari_storm-2.1.0.tar.gz
| Download URL | napari_storm-2.1.0.tar.gz |
|---|---|
| Size | 175.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d1d5e8a5829c71b81ee15bfcfa3c5edf846a4d5f6bb997d92e13bf02a8dcdc80
|
|
BLAKE2b-256 checksum How to use checksums |
f060945021476952ed440b7ba7a285bff61453bd4c36bd8657dd15533fe390c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 5, 2026.
Transparency logRelease files / napari_storm-2.1.0-py3-none-any.whl
| Download URL | napari_storm-2.1.0-py3-none-any.whl |
|---|---|
| Size | 206.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
12e8e83bd8b2cf35f91003ef141e5fbc5a7d5d3eb66c9a69ccf16390de385c80
|
|
BLAKE2b-256 checksum How to use checksums |
7e85125a743b89f6bc4736ed4ba7c74ae8b2edb6790242e3267e4daf988cc1d6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 5, 2026.
Transparency log