Browse Source

resolves #19 - more efficient checking of spacer images

zolfa-add_slices_loading
jim 10 years ago
parent
commit
3c0e4a45f1
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
def is_valid(self):
return np.any(self.data)
return np.any(self._raw_data)

Loading…
Cancel
Save