eda_plugin.utility.data_structures.PyImage

class eda_plugin.utility.data_structures.PyImage(raw_image: numpy.ndarray, timepoint: int, channel: int, z_slice: int, time: int)

Bases: object

Image as a standard ndarray with very basic metadata attached.

__init__(raw_image: numpy.ndarray, timepoint: int, channel: int, z_slice: int, time: int) None

Methods

__init__(raw_image, timepoint, channel, ...)

Attributes

raw_image

timepoint

channel

z_slice

time