Browse Source

Update README.md

zolfa-add_slices_loading
Ruben Verweij 7 years ago
committed by GitHub
parent
commit
31dd191865
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      README.md

+ 4
- 0
README.md View File

@ -9,6 +9,10 @@
`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](https://github.com/soft-matter/pims) framework, enabling easy access to multidimensional files, lazy slicing, and nice display in IPython.
### Documentation
The documentation is available [here](http://www.lighthacking.nl/nd2reader/).
### 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.


Loading…
Cancel
Save