OmeZarrSource

Classes

OmeZarrSource

Zarr-compatible image source

Module Contents

class OmeZarrSource.OmeZarrSource(filename: str, source_pixel_size: list = None, target_pixel_size: list = None, source_info_required: bool = False)

Bases: OmeSliCC.OmeSource.OmeSource

Zarr-compatible image source

filename: str

original filename / URL

levels: list

list of all image arrays for different sizes

level_scales: list

list of all image (xy) scales

shapes: list

list of image shapes

chunk_shapes: list

list of image chunk shapes

is_rgb = False
_find_metadata()
get_source_dask()
_asarray_level(level: int, **slicing) numpy.ndarray