Browse Source

Update README.md

zolfa-add_slices_loading
Jim Rybarski 9 years ago
parent
commit
495139faca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -130,7 +130,7 @@ for image in nd2[:100:2]:
for image in nd2[::-1]:
# iterate backwards over every image, if you're into that kind of thing
do_something_image.data)
do_something(image.data)
```
### Image Sets


Loading…
Cancel
Save