- remove list of views from base

- fix frame_decorator in views
- use transforms and frame_decorators as cache keys
This commit is contained in:
Wim Pomp
2023-08-19 12:08:04 +02:00
parent 3dbed27078
commit cf7f2b6e1e
6 changed files with 18 additions and 47 deletions

View File

@@ -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