Skip to content
Snippets Groups Projects
Commit 1cebb112 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

docs(tiler): remove image typing

parent b7bab825
No related branches found
No related tags found
No related merge requests found
...@@ -300,9 +300,7 @@ class Tiler(StepABC): ...@@ -300,9 +300,7 @@ class Tiler(StepABC):
@classmethod @classmethod
def from_h5( def from_h5(
cls, cls,
image: t.Union[ image,
ImageLocalOME, ImageDir
], # TODO provide baseclass instead
filepath: t.Union[str, PosixPath], filepath: t.Union[str, PosixPath],
parameters: TilerParameters = None, parameters: TilerParameters = None,
): ):
...@@ -458,7 +456,7 @@ class Tiler(StepABC): ...@@ -458,7 +456,7 @@ class Tiler(StepABC):
An index for a channel An index for a channel
""" """
traps = [] traps = []
# get OMERO image # get image
full = self.get_tc(tp, c) full = self.get_tc(tp, c)
for trap in self.trap_locs: for trap in self.trap_locs:
# pad trap if necessary # pad trap if necessary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment