- remove list of views from base
- fix frame_decorator in views - use transforms and frame_decorators as cache keys
This commit is contained in:
@@ -107,7 +107,7 @@ class Reader(AbstractReader, ABC):
|
||||
return ome
|
||||
|
||||
def open(self):
|
||||
if re.match(r'(?:\d+\-)?Pos.*', self.path.name) is None:
|
||||
if re.match(r'(?:\d+-)?Pos.*', self.path.name) is None:
|
||||
path = self.path / f"Pos{self.series}"
|
||||
else:
|
||||
path = self.path
|
||||
|
||||
Reference in New Issue
Block a user