PlainImageSource ================ .. py:module:: PlainImageSource Classes ------- .. autoapisummary:: PlainImageSource.PlainImageSource Module Contents --------------- .. py:class:: PlainImageSource(filename: str, source_pixel_size: list = None, target_pixel_size: list = None, source_info_required: bool = False) Bases: :py:obj:`OmeSliCC.OmeSource.OmeSource` Plain common format image source .. py:attribute:: filename :type: str original filename .. py:attribute:: loaded :type: bool if image data is loaded .. py:attribute:: arrays :type: list list of all image arrays for different sizes .. py:attribute:: image .. py:attribute:: metadata .. py:attribute:: sizes .. py:attribute:: sizes_xyzct .. py:attribute:: pixel_types .. py:attribute:: pixel_nbits .. py:attribute:: dimension_order :value: 'yx' .. py:attribute:: is_rgb .. py:method:: _find_metadata() .. py:method:: load() .. py:method:: unload() .. py:method:: _asarray_level(level: int, **slicing) -> numpy.ndarray