Jim Rybarski 50a6de765b | 10 years ago | |
---|---|---|
nd2reader | 10 years ago | |
.gitignore | 10 years ago | |
CONTRIBUTORS.txt | 10 years ago | |
Dockerfile | 10 years ago | |
LICENSE.txt | 10 years ago | |
Makefile | 10 years ago | |
README.md | 10 years ago | |
requirements.txt | 10 years ago | |
setup.py | 10 years ago |
nd2reader
is a pure-Python package that reads images produced by Nikon microscopes. Though it more or less works, it is currently under development and is not quite ready for use by the general public. Version 1.0 should be released in early 2015.
.nd2 files contain images and metadata, which can be split along multiple dimensions: time, fields of view (xy-axis), focus (z-axis), and filter channel. nd2reader
allows you to view any subset of images based on any or all of these dimensions.
nd2reader
holds data in numpy arrays, which makes it trivial to use with the image analysis packages scikit-image
and OpenCV
.
numpy
I'll write this eventually.