Skip to main content

A Napari plugin for analysing and simulating ISM images

Project description

napari-ISM

napari hub License PyPI Python Version

This plugin is built upon the python package BrightEyes-ISM. Napari-ISM enables the simulation, loading, and analysis of ISM datasets. More in detail, it performs:

  • Loading and compression of .h5 files generated by the MCS software.
  • Simulation of a realistic dataset of tubulin filaments.
  • Simulation of realistic ISM Point Spread Functions.
  • Summing over the detector array dimension
  • Adaptive Pixel Reassignment
  • Multi-image deconvolution
  • Focus-ISM

Installation

You can install napari-ISM via PyPI:

pip install napari-ISM

or by using napari hub.

It requires the following Python packages

numpy
scipy
h5py
PyQt5
brighteyes-ism>=1.2.0

Documentation

To generate a simulated dataset, go to File > Open Sample > ISM dataset.

To acces the plugin list, go to Plugins > Napari-ISM.

To open a .h5 file, go to File > Open . You can then sum over the dimensions that are not needed, using the command integrateDims. The default axes are 0 (repetition), 1 (axial position), and 4 (time).

Note that all the analysis commands expect an input with size X x Y X Ch.

To see the result of summing over the SPAD dimensions Ch, use the plugin command Sum. Then, press Run.

To see the result of Adaptive Pixel Reassignment, use the plugin command APR_stack. Select as reference image (ref) the central one. Select an upsampling factor (usf), which corresponds to the sub-pixel precision of the shift-vector estimation. Then, press Run.

To generate the PSFs, use the plugin command PSFs. Select an image layer (img layer), it will be used to determine the number of pixels and the pixel size. Then, select the detector pixel size (pxsize) and pixel pitch (pxpitch) in microns. Select the magnification of the system (M). Select the excitation (exWl) and emission wavelength (emWl) in nanometers. Then, press Run.

To see the result of multi-image deconvolution, use the plugin command Deconvolution. Select an image layer (img layer) containing the ISM dataset to deconvolve and another image layer (psf layer) containing the PSFs, either simulated or experimental. Then, press Run.

To use Focus-ISM, first select a region on the input dataset using a shapes layer. Select a rectangle containing mainly in-focus emitters. It will be used as a calibration. Then, use the plugin command Focus-ISM. Select an image layer (img layer) containing the ISM dataset and a shape layer (shape layer) defining the calibration region. Select a lower bound for the standard deviation of the out-of-focus curve (sigma B bound) in units of standard deviations of the in-focus term. We suggest to never select a value below 2. Select a threshold (threshold) in units of photon counts. Scan coordinates with less photons than the threshold will be skipped in the analysis and classified as background. Then, press Run.

To use FRC, prepare the dataset to be in the shape xyt. Select the theshodling method (method) and smoothing method (smoothing) among those available. Then, press Calculate.

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the GNU LGPL v3.0 license, "napari-ISM" is free and open source software

Issues

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

napari-ISM-1.0.7.tar.gz (21.4 kB view hashes)

Uploaded Source

Built Distribution

napari_ISM-1.0.7-py3-none-any.whl (22.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page