BatchConvert
Perform parallelised conversion of image data collections to OME-Zarr using BatchConvert
Important note: BatchConvert is currently only supported on unix-based systems
As input, use the tiff_series
dataset.
Unary conversion
This command maps each input file in thetiff_series
folder to a single OME-Zarr,
which is then transferred to the output_dir
folder.
Check the content of the output_dir
folder:
Aggregative conversion
This conversion mode assumes that the input files are part of the same image and thus will merge them along a specific axis during the conversion process. The--merge_files
flag specifies the grouped conversion option.
Check the content of the output_dir
folder:
Aggregative conversion with specific chunking, downscaling and compression parameters
batchconvert omezarr \
--merge_files \
--compression_zarr zlib \
-ms 32 \
-cx 32 \
-cy 32 \
-cz 6 \
/path/to/tiff_series \
/path/to/concatenated_rechunked_output_dir
Check the content of the zarr_series_concatenated_rechunked
folder: