Browse Source

Merge pull request #25 from jimrybarski/19-detect-bad-images-at-runtime

19 detect bad images at runtime
zolfa-add_slices_loading
Jim Rybarski 10 years ago
parent
commit
a222b4cd97
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nd2reader/model/__init__.py

+ 1
- 1
nd2reader/model/__init__.py View File

@ -68,4 +68,4 @@ class Image(object):
@property @property
def is_valid(self): def is_valid(self):
return np.any(self.data)
return np.any(self._raw_data)

Loading…
Cancel
Save