dacapo.experiments.datasplits.datasets.arrays.tiff_array_config

Classes

ZarrArrayConfig

This config class provides the necessary configuration for a tiff array

Module Contents

class dacapo.experiments.datasplits.datasets.arrays.tiff_array_config.ZarrArrayConfig

This config class provides the necessary configuration for a tiff array

file_name

Path The file name of the tiff.

offset

Coordinate The offset of the array.

voxel_size

Coordinate The voxel size of the array.

axes

List[str] The axes of the array.

Note

This class is a subclass of ArrayConfig.

array_type
file_name: upath.UPath
offset: funlib.geometry.Coordinate
voxel_size: funlib.geometry.Coordinate
axes: List[str]