From 86e12d53b04b3fbaffaa6514a9ad8d188fa0b316 Mon Sep 17 00:00:00 2001 From: Patrick Cleeve Date: Wed, 4 Dec 2024 16:51:25 +1100 Subject: [PATCH] [fix] change label for max intensity projection --- src/odemis/gui/conf/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/odemis/gui/conf/data.py b/src/odemis/gui/conf/data.py index 2efae388a8..bc017b0aa8 100644 --- a/src/odemis/gui/conf/data.py +++ b/src/odemis/gui/conf/data.py @@ -1077,7 +1077,7 @@ "control_type": odemis.gui.CONTROL_SLIDER, }), ("max_projection", { - "label": "Max projection", + "label": "MIP", "control_type": odemis.gui.CONTROL_CHECK, "tooltip": "Merge all z-levels into a single image using Maximum Intensity Projection (MIP).", }),