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.
 
 
 
Ruben Verweij 7b7bf1ac25 Start porting to PIMS framework, cleanup unnecessary files 7 years ago
nd2reader Start porting to PIMS framework, cleanup unnecessary files 7 years ago
tests revert versions to the way they were since it broke publishing, added unit test to ensure they're in sync 8 years ago
.gitignore added python2.7 virtualenv to gitignore 9 years ago
CONTRIBUTING.md Start porting to PIMS framework, cleanup unnecessary files 7 years ago
CONTRIBUTORS.txt Rebranding in anticipation of better metadata support (mainly for FRAP experiments). 7 years ago
LICENSE.txt license and attribution 9 years ago
README.md Start porting to PIMS framework, cleanup unnecessary files 7 years ago
requirements.txt Start porting to PIMS framework, cleanup unnecessary files 7 years ago
setup.cfg resolves #26 9 years ago
setup.py Start porting to PIMS framework, cleanup unnecessary files 7 years ago
test.py resolves #135. we're ready to publish version 2.0.0 8 years ago

README.md

nd2reader

About

nd2reader is a pure-Python package that reads images produced by NIS Elements 4.0+. It has only been definitively tested on NIS Elements 4.30.02 Build 1053. Support for older versions is being actively worked on. The reader is written in the pims framework, enabling easy access to multidimensional files, lazy slicing, and nice display in IPython.

Installation

If you don't already have the packages numpy, pims, six and xmltodict, they will be installed automatically if you use the setup.py script. nd2reader is an order of magnitude faster in Python 3. I recommend using it unless you have no other choice.

ND2s

nd2reader follows the pims framework. To open a file:

from nd2reader import ND2Reader
images = ND2Reader('my_directory/example.nd2')

After opening the file, all pims features are supported. Please refer to the documentation.

Contributing

If you'd like to help with the development of nd2reader or just have an idea for improvement, please see the contributing page for more information.

Bug Reports and Features

If this fails to work exactly as expected, please open an issue. If you get an unhandled exception, please paste the entire stack trace into the issue as well.

Acknowledgments

PIMS modified version by Ruben Verweij.

Original version by Jim Rybarski. Support for the development of this package was partially provided by the Finkelstein Laboratory.