This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
nd2reader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add a class priority so this reader will be loaded before the Bioformats reader
master
Ruben Verweij
7 years ago
parent
53737b69f0
commit
d074c39638
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
nd2reader/reader.py
+ 2
- 0
nd2reader/reader.py
View File
@ -10,6 +10,8 @@ class ND2Reader(FramesSequenceND):
This
is
the
main
class
:
use
this
to
process
your
.
nd2
files
.
"""
class_priority
=
12
def
__init__
(
self
,
filename
)
:
super
(
self
.
__class__
,
self
)
.
__init__
(
)
self
.
filename
=
filename
Write
Preview
Loading…
Cancel
Save