jim 4c894fb21f | 10 years ago | |
---|---|---|
nd2reader | 10 years ago | |
tests | 10 years ago | |
.gitignore | 10 years ago | |
LICENSE | 10 years ago | |
README.md | 10 years ago | |
tests.py | 10 years ago |
.nd2 files contain hierarchical image data, which can be split along multiple axes: time, fields of view, focus, and filter channel. Maybe others as well? This packages allows you to view how the data is organized, and to extract the image data from a particular set of the hierarchy.
Images are numpy arrays.
numpy
I'll write this eventually.