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
Merge pull request
#25
from jimrybarski/19-detect-bad-images-at-runtime
19 detect bad images at runtime
feature/load_slices
Jim Rybarski
10 years ago
parent
f037a77447
a037e09c93
commit
a222b4cd97
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