Skip to content

wkcuber.convert_zarr

# &nbsp def parse_flip_axes(flip_axes: str) -> Tuple[int, ...]:
# &nbsp def create_parser() -> argparse.ArgumentParser:
# &nbsp def convert_zarr( source_zarr_path: pathlib.Path, target_path: pathlib.Path, layer_name: str, data_format: webknossos.dataset._array.DataFormat, chunk_shape: webknossos.geometry.vec3_int.Vec3Int, chunks_per_shard: webknossos.geometry.vec3_int.Vec3Int, is_segmentation_layer: bool = False, voxel_size: Union[Tuple[float, float, float], NoneType] = (1.0, 1.0, 1.0), flip_axes: Union[int, Tuple[int, ...], NoneType] = None, compress: bool = True, executor: Union[cluster_tools.schedulers.cluster_executor.ClusterExecutor, cluster_tools.executors.multiprocessing.MultiprocessingExecutor, NoneType] = None ) -> webknossos.dataset.mag_view.MagView:
# &nbsp def main(args: argparse.Namespace) -> None: