diff --git a/src/dolphin/workflows/_cli_config.py b/src/dolphin/workflows/_cli_config.py index 8d1c043a..89a2d05c 100644 --- a/src/dolphin/workflows/_cli_config.py +++ b/src/dolphin/workflows/_cli_config.py @@ -27,6 +27,8 @@ def create_config( threads_per_worker: int = 4, n_parallel_bursts: int = 1, no_gpu: bool = False, + ntiles: tuple[int, int] = (1, 1), + downsample_factor: tuple[int, int] = (1, 1), use_icu: bool = False, single_update: bool = False, log_file: Optional[Path] = None,