You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jim Rybarski 44e5217e76 realized unit testing isn't even worth it here. yeah, I said that. quote me on it. 9 years ago
nd2reader resolves #2 9 years ago
.gitignore refactored a bit 10 years ago
CONTRIBUTORS.txt realized unit testing isn't even worth it here. yeah, I said that. quote me on it. 9 years ago
Dockerfile added makefile, simplified the Dockerfile 10 years ago
LICENSE.txt license and attribution 10 years ago
Makefile realized unit testing isn't even worth it here. yeah, I said that. quote me on it. 9 years ago
README.md Update README.md 10 years ago
requirements.txt added requirements file 10 years ago
setup.py created dockerfile 10 years ago

README.md

nd2reader

Simple access to hierarchical .nd2 files

About

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.

Dependencies

numpy

Installation

I'll write this eventually.