Skip to content
Snippets Groups Projects
Commit 160662cc authored by Christian Kento Rasmussen's avatar Christian Kento Rasmussen
Browse files

added base_name to save

parent 99f15a72
No related branches found
No related tags found
1 merge request!102Conv zarr tiff folders
...@@ -155,7 +155,7 @@ class Convert: ...@@ -155,7 +155,7 @@ class Convert:
None None
""" """
z = zarr.open(zarr_path) z = zarr.open(zarr_path)
save(tiff_stack_path, z) save(tiff_stack_path, z, basename=self.base_name)
def convert_nifti_to_zarr(self, nifti_path, zarr_path): def convert_nifti_to_zarr(self, nifti_path, zarr_path):
"""Convert a nifti file to a zarr file """Convert a nifti file to a zarr file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment