dacapo.experiments.datasplits.datasets.arrays.tiff_array_config =============================================================== .. py:module:: dacapo.experiments.datasplits.datasets.arrays.tiff_array_config Classes ------- .. autoapisummary:: dacapo.experiments.datasplits.datasets.arrays.tiff_array_config.ZarrArrayConfig Module Contents --------------- .. py:class:: ZarrArrayConfig This config class provides the necessary configuration for a tiff array .. attribute:: file_name Path The file name of the tiff. .. attribute:: offset Coordinate The offset of the array. .. attribute:: voxel_size Coordinate The voxel size of the array. .. attribute:: axes List[str] The axes of the array. .. note:: This class is a subclass of ArrayConfig. .. py:attribute:: array_type .. py:attribute:: file_name :type: upath.UPath .. py:attribute:: offset :type: funlib.geometry.Coordinate .. py:attribute:: voxel_size :type: funlib.geometry.Coordinate .. py:attribute:: axes :type: List[str]