napari-OMAAS stands for Optical Mapping Acquisition and Analysis Software
Project description
napari-omaas
napari-OMAAS stands for Optical Mapping Acquisition and Analysis Software for panoramic heart imaging
This plugin intends to be an analysis and acquisition tool for optical mapping in potentiometric (Vm) or calcium (Ca2+) fluorescence signals obtained from panoramic imaging of intact hearts.
This plugin is in a very early developmental/experimental stage so expect very braking changes at anytime. At the momment supports reading images in .sif format from Andor Technologies powered by the sif_parser python module.
Usage
This plugin can read images generated with Andor Technologies cameras. It has been currently tested on Zyla cameras. Just drag and drop an image to the napari GUI, and the image will display. Alternatively, you can programmatically load/read the image within a notebook.
import napari
file = "path/to/my/file/my_image.sif"
viewer = napari.Viewer()
viewer.open(path=file, plugin="napari-omaas", name = "my_image")
to display the metadata use the standard call to the corresponding layer:
viewer.layers['my_image'].metadata
In addition to opening this specific image format (.sif), it allows the users to perform some basic operations and visualization on images, such as normalization, temporal/spatial filters, motion tracking/compenstaion, plot profile, etc.
Examples
The following example ilustrate how to perform normalization (pixelwise) on a time serie image and plot its 2d profile along the t dimension withing the average data from the ROI selected.
The next example shows how to compute action potetnial duration in the same image stack.
Roadmap
This plugin is composed of two major components: analysis and acquisition.
Bellow is a list of some features this pluggin aims to do.
Analysis Features
- Read sif files from Andor Technologies.
- Display time profile of ROIs on image sequences.
- Normalize images.
- Perform peak analysis of action potential / Calcium traces.
- Add motion correction.
- APD analysis.
- Create activation maps.
- Segment images and align heart ROIs.
- Export results and analysis log.
Acquisition Features
- Control Zyla camera for the acquisition of data
- test using the PYME module
- Real-time analysis(?)
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
Installation
You can install napari-omaas
via pip:
pip install napari-omaas
To install the latest development version (recommended) :
pip install git+https://github.com/rjlopez2/napari-omaas.git
Contributing
Contributions are very welcome. Run tests with tox, ensuring the coverage remains the same before you submit a pull request.
License
Distributed under the terms of the BSD-3 license, "napari-omaas" is free and open source software.
Issues
If you encounter any problems, please file an issue and 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
Built Distribution
File details
Details for the file napari-omaas-0.1.3.tar.gz
.
File metadata
- Download URL: napari-omaas-0.1.3.tar.gz
- Upload date:
- Size: 31.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c206048583fdaf81be19f7b0321d28e8ecac92897c11f9599c40268c0ded91b3 |
|
MD5 | 59e22f89f5ef1f1b8f5ab7c6d3800064 |
|
BLAKE2b-256 | d4dcc28db4022c6c586bb3d05cadcd12d43a36f1a78840efe73c659ef1f5876d |
File details
Details for the file napari_omaas-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: napari_omaas-0.1.3-py3-none-any.whl
- Upload date:
- Size: 30.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d48149e711c322c1f8fe56b2aed87af964c5339f0760a068127f0d3d40e8b3ee |
|
MD5 | f0935e7adc0e6a1b03a9dd9d06a1fe92 |
|
BLAKE2b-256 | f8284a07ade626089626c070a4fead2d1a83651c3d6aa645aad627c8099e9a0b |