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
@@ -147,7 +147,7 @@ Each module has a context menu, providing the following options:
147
147
148
148

149
149
150
-
***Show Internal Network:**[Macro modules](/glossary/#macro-module)provides an entry to open the internal network. You can see what happens inside a macro module. The internal network may also contain other macro modules.
150
+
***Show Internal Network:**[Macro modules](/glossary/#macro-module)provide an entry to open the internal network. You can see what happens inside a macro module. The internal network may also contain other macro modules.
151
151
***Show Window:** If a module does not provide a User Interface, you will see the automatic panel showing the module's name. Modules may additionally have one or more windows that can be opened. You can also open the Scripting Console of a module to integrate Python.
152
152
***Instance Name:** You can edit or copy the instance name. Renaming can be useful if the same module appears more than once in one network and/or if you want to access and distinguish the modules in your Python script.
153
153
***Help:** The menu entry Help provides access to the Module Help pages and to an example network where the module is used. This example network often helps to understand which additional modules can be added to create your desired effect.
@@ -183,7 +183,7 @@ If you want to know more about establishing, removing, moving, and replacing con
183
183
Besides through a module's input and output connectors, connections can also be established between parameters in the module's panel.
184
184
185
185
{{<alertclass="check"caption="Check">}}
186
-
An exemplary usecase for a parameter connection is synchronization. Have a look [here](/tutorials/basicmechanisms/#TutorialParameterConnection).
186
+
An exemplary use case for a parameter connection is synchronization. Have a look [here](/tutorials/basicmechanisms/#TutorialParameterConnection).
187
187
{{</alert>}}
188
188
189
189
### Macro Modules {#Macro_Modules}
@@ -226,7 +226,7 @@ Usually the quickest way to add modules to a network is the quick search in the
226
226
Any time you enter something in the MeVisLab GUI while not focussing a dialog window, your entry will be put into the quick search automatically.
227
227
{{</alert>}}
228
228
229
-
Use the {{< keyboard "ArrowUp" >}} and {{< keyboard "ArrowDown" >}} keys on your keyboard to move to one of the listed modules. The module's decription will appear next to it, allowing you to decide if this is the right module for your usecase.
229
+
Use the {{< keyboard "ArrowUp" >}} and {{< keyboard "ArrowDown" >}} keys on your keyboard to move to one of the listed modules. The module's decription will appear next to it, allowing you to decide if this is the right module for your use case.
Copy file name to clipboardExpand all lines: mevislab.github.io/content/tutorials/basicmechanisms/macromodules/helpfiles.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Generating help of a macro module is part of the video about macro modules from
21
21
22
22
In this chapter, you will learn how to create a help page and an example network. For hands-on training, we will use the macro module `Filter`, which was created in the [previous chapter](/tutorials/basicmechanisms/macromodules/globalmacromodules).
23
23
24
-
Depending on the way the macro module was created, the default help page and example network might or might not exist. In the case they exist, the help page only contains information about module inpunts and outputs as well as module fields. The example network only contains the macro module itself. Both, the help page and the example network, can be created and edited after module creation.
24
+
Depending on the way the macro module was created, the default help page and example network might or might not exist. In the case they exist, the help page only contains information about module inputs and outputs as well as module fields. The example network only contains the macro module itself. Both, the help page and the example network, can be created and edited after module creation.
Copy file name to clipboardExpand all lines: mevislab.github.io/content/tutorials/image_processing/image_processing2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Open the Automatic Panel of the `SynchroView2D` module via context menu {{< mous
34
34
35
35

36
36
37
-
Double-click the `SynchroView2D` and change window/level values via right mouse button {{< mousebutton "right" >}}. You can see that the background of your images gets very bright and changes based on the LUT are applied to all voxels of your input image - even on the background. Hovering your mouse over the image(s) shows the current greyvalue under your cursor in [Hounsfield Unit (HU)](https://en.wikipedia.org/wiki/Hounsfield_scale).
37
+
Double-click the `SynchroView2D` and change window/level values via right mouse button {{< mousebutton "right" >}}. You can see that the background of your images gets very bright and changes based on the LUT are applied to all voxels of your input image - even on the background. Hovering your mouse over the image(s) shows the current gray value under your cursor in [Hounsfield Unit (HU)](https://en.wikipedia.org/wiki/Hounsfield_scale).
38
38
39
39

0 commit comments