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
resolves
#19
- more efficient checking of spacer images
feature/load_slices
jim
10 years ago
parent
b328dec994
commit
3c0e4a45f1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
nd2reader/model/__init__.py
+ 1
- 1
nd2reader/model/__init__.py
View File
@ -68,4 +68,4 @@ class Image(object):
@property
def
is_valid
(
self
)
:
return
np
.
any
(
self
.
data
)
return
np
.
any
(
self
.
_raw_
data
)
Write
Preview
Loading…
Cancel
Save