From 363f509b37ad8a1ec553f40a187c9e339abb7c42 Mon Sep 17 00:00:00 2001 From: Jingpeng Wu Date: Sun, 30 Jun 2024 10:07:59 +0800 Subject: [PATCH] Update flow.py --- chunkflow/flow/flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chunkflow/flow/flow.py b/chunkflow/flow/flow.py index 3d6434f..0759766 100755 --- a/chunkflow/flow/flow.py +++ b/chunkflow/flow/flow.py @@ -934,7 +934,7 @@ def load_pngs(tasks: dict, path_prefix: str, @click.option('--output-chunk-name', '-o', type=str, default='chunk', help='chunk name in the global state') @operator -def read_tif(tasks, name: str, file_name: str, voxel_offset: tuple, +def load_tif(tasks, name: str, file_name: str, voxel_offset: tuple, voxel_size: tuple, dtype: str, output_chunk_name: str): """Read tiff files.""" for task in tasks: