OmeZarrSource ============= .. py:module:: OmeZarrSource Classes ------- .. autoapisummary:: OmeZarrSource.OmeZarrSource Module Contents --------------- .. py:class:: OmeZarrSource(filename: str, source_pixel_size: list = None, target_pixel_size: list = None, source_info_required: bool = False) Bases: :py:obj:`OmeSliCC.OmeSource.OmeSource` Zarr-compatible image source .. py:attribute:: filename :type: str original filename / URL .. py:attribute:: levels :type: list list of all image arrays for different sizes .. py:attribute:: level_scales :type: list list of all image (xy) scales .. py:attribute:: shapes :type: list list of image shapes .. py:attribute:: chunk_shapes :type: list list of image chunk shapes .. py:attribute:: is_rgb :value: False .. py:method:: _find_metadata() .. py:method:: get_source_dask() .. py:method:: _asarray_level(level: int, **slicing) -> numpy.ndarray