You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fractal_helper_tasks/__FRACTAL_MANIFEST__.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,9 @@
49
49
"input_types": {
50
50
"is_3D": false
51
51
},
52
+
"output_types": {
53
+
"is_3D": true
54
+
},
52
55
"tags": [
53
56
"Mixed modality",
54
57
"2D to 3D workflows"
@@ -113,6 +116,11 @@
113
116
"type": "string",
114
117
"description": "If the image name between 2D & 3D don't match, this is the suffix that should be added to the 3D image. If the 2D image is in \"/path/to/my_plate_mip.zarr/B/03/0\" and the 3D image is in \"/path/to/my_plate.zarr/B/03/0_illum_corr\", the value should be \"_illum_corr\"."
115
118
},
119
+
"z_chunks": {
120
+
"title": "Z Chunks",
121
+
"type": "integer",
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."
0 commit comments