This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
testtest
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Update README.md
zolfa-add_slices_loading
Jim Rybarski
10 years ago
parent
5dd7a827fa
commit
495139faca
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save