Skip to content

Commit

Permalink
Merge pull request #2961 from patrickcleeve2/fix-meteor-max-intensity…
Browse files Browse the repository at this point in the history
…-label

[fix] Change label for max intensity projection to MIP
  • Loading branch information
pieleric authored Dec 6, 2024
2 parents c51a12c + 86e12d5 commit c7e46aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odemis/gui/conf/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).",
}),
Expand Down

0 comments on commit c7e46aa

Please sign in to comment.