Skip to content

Commit e1701d4

Browse files
committed
Update 2D to 3D docstring
1 parent 6c907b5 commit e1701d4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/fractal_helper_tasks/__FRACTAL_MANIFEST__.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"z_chunks": {
120120
"title": "Z Chunks",
121121
"type": "integer",
122-
"description": "Chunking for the Z dimension"
122+
"description": "Chunking for the Z dimension. Set this parameter if you want the label image to be chunked differently from the 3D image in the Z dimension."
123123
},
124124
"overwrite": {
125125
"default": false,

src/fractal_helper_tasks/convert_2D_segmentation_to_3D.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ def convert_2D_segmentation_to_3D(
142142
If the 2D image is in "/path/to/my_plate_mip.zarr/B/03/0" and the
143143
3D image is in "/path/to/my_plate.zarr/B/03/0_illum_corr", the
144144
value should be "_illum_corr".
145-
z_chunks: Chunking for the Z dimension
145+
z_chunks: Chunking for the Z dimension. Set this parameter if you want
146+
the label image to be chunked differently from the 3D image in
147+
the Z dimension.
146148
overwrite: If `True`, overwrite existing label and ROI tables in the
147149
3D OME-Zarr
148150
"""

0 commit comments

Comments
 (0)