Skip to content
Snippets Groups Projects
Commit 4ea196a3 authored by s214735's avatar s214735
Browse files

fix

parent 6ff8eed6
Branches
No related tags found
No related merge requests found
......@@ -220,9 +220,6 @@ def export_ome_zarr(
qim3d.io.export_ome_zarr("Escargot.zarr", data, chunk_size=100, downsample_rate=2)
```
Returns:
None (None): This function writes the OME-Zarr data to the specified directory and does not return any value.
"""
# Check if directory exists
......
......@@ -88,7 +88,7 @@ def get_lines(segmentations:list|np.ndarray) -> list:
so it could be plotted. Used with qim3d.processing.segment_layers
Args:
segmentations (list of arrays): List of arrays where each array is 2D segmentation with only 2 classes
segmentations (list of arrays): List of arrays where each array is 2D segmentation with only 2 classes.
Returns:
segmentation_lines (list): List of 1D numpy arrays
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment