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: fractal_tasks_core/__FRACTAL_MANIFEST__.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -676,9 +676,9 @@
676
676
"title": "Method",
677
677
"description": "Choose which method to use for intensity projection along the Z axis. mip is the default and performs a maximum intensity projection. minip performs a minimum intensity projection, meanip a mean intensity projection and sumip a sum intensity projection."
678
678
},
679
-
"overwrite_images": {
679
+
"overwrite": {
680
680
"default": false,
681
-
"title": "Overwrite Images",
681
+
"title": "Overwrite",
682
682
"type": "boolean",
683
683
"description": "If `True`, overwrite the MIP images if they are already present in the new OME-Zarr Plate."
0 commit comments