This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
zolfa-nd2reader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
updated docs, fixed typos
feature/load_slices
Jim Rybarski
9 years ago
parent
001780b699
commit
7f359bacc1
4 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+0
-1
functional_tests/FYLM141111001.py
+0
-1
nd2reader/interface.py
+1
-0
requirements.txt
+ 1
- 1
README.md
View File
@ -10,7 +10,7 @@
### Installation
If you don't already have the packages
`numpy`
and
`
si
x`
, they will be installed automatically:
If you don't already have the packages
`numpy`
,
`six`
and
`x
mltodict
`
, they will be installed automatically:
`pip3 install nd2reader`
for Python 3.x
+ 0
- 1
functional_tests/FYLM141111001.py
View File
@ -7,7 +7,6 @@ from nd2reader import Nd2
import
numpy
as
np
from
datetime
import
datetime
import
unittest
import
six
class
FunctionalTests
(
unittest
.
TestCase
)
:
+ 0
- 1
nd2reader/interface.py
View File
@ -212,4 +212,3 @@ class Nd2(object):
"""
self
.
_fh
.
close
(
)
1
+ 1
- 0
requirements.txt
View File
@ -1,2 +1,3 @@
numpy>=1.9.2
six>=1.4
xmltodict>=0.9.2
Write
Preview
Loading…
Cancel
Save