napari-superres#
A plugin for super-resolution microscopy FF-SRM methods.
Open-source implementation of methods for Fluorescence Fluctuation based Super Resolution Microscopy (FF-SRM):
Methods implemented:
MSSR
ESI
SOFI
SRRF
MUSICAL
Split channels
Repositories available:
Sample dataset
Installation#
First install napari viewer (if you haven’t):
conda create -y -n napari-env -c conda-forge python=3.9
conda activate napari-env
pip install "napari[all]"
For details check: https://napari.org/stable/
You can install the plugin graphically following the detailed user guide.
or install latest development version :
pip install git+https://github.com/RoccoDAnt/napari-superres.git
You might need to install git first.
Also a yml file is available.
Examples of use:
Original |
tMSSR |
---|---|
|
|
Parameters: |
Amplification: 2, Order: 0, PSF FWHM: 6, |
Original |
ESI |
---|---|
|
|
Parameters: |
image in output: 2, bins: 2, Order: 2 |
Original |
SOFI |
---|---|
|
|
Parameters: |
Amplification factor: 2, Moment Order: 4, lambda parameter: 1.5, No. Iterations: 20, Window size: 100 |
Original |
SRRF |
---|---|
|
|
Parameters: |
Amplification: 2, Spatial radius: 5, Symmetry Axis: 6, Start frame: 0, End frame: 48 |
Original |
MUSICAL |
---|---|
|
|
Parameters: |
Emission [nm]: 510 NA: 1.4, Mag: 100, Pizel size: 8000, Threshold: -0.5, Alpha: 4, Subpixels per pixel: 20 |