Browse Source

Made publishing to PyPI easier and made minor README edit

zolfa-add_slices_loading
Jim Rybarski 9 years ago
parent
commit
1739b11bcf
2 changed files with 2 additions and 2 deletions
  1. +2
    -0
      Makefile
  2. +0
    -2
      README.md

+ 2
- 0
Makefile View File

@ -30,3 +30,5 @@ ftest: build
docker run --rm -v ~/nd2s:/var/nd2s -it jimrybarski/nd2reader python3.4 /opt/nd2reader/ftests.py
docker run --rm -v ~/nd2s:/var/nd2s -it jimrybarski/nd2reader python2.7 /opt/nd2reader/ftests.py
publish:
python setup.py sdist upload -r pypi

+ 0
- 2
README.md View File

@ -1,7 +1,5 @@
# 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 planned.
.nd2 files contain images and metadata, which can be split along multiple dimensions: time, fields of view (xy-plane), focus (z-plane), and filter channel.


Loading…
Cancel
Save