Browse Source

Update README.md

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

+ 2
- 1
README.md View File

@ -24,7 +24,8 @@ If you don't already have the packages `numpy`, `pims`, `six` and `xmltodict`, t
```python
from nd2reader import ND2Reader
images = ND2Reader('my_directory/example.nd2')
with ND2Reader('my_directory/example.nd2') as images:
plt.imshow(images[0])
```
After opening the file, all `pims` features are supported. Please refer to the [pims documentation](http://soft-matter.github.io/pims/).


Loading…
Cancel
Save