Skip to content

Commit 98c3b9f

Browse files
committed
MLAB-6146: fixes after review
1 parent e695554 commit 98c3b9f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

mevislab.github.io/content/introduction/introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Debugging information can be found using the [Debug Output](/glossary/#debug-out
9090
The MeVisLab IDE and its layout are completely configurable. You can
9191
rearrange the items and add new views via {{< menuitem "Main Menu" "View" "Views" >}}.
9292

93-
### Filetypes Used in, for, and with MeVisLab
93+
### File Types Used in, for, and With MeVisLab
9494

9595
{{< bootstrap-table table_class="table table-striped" >}}
9696
| <div style="width:230px">Extension</div> | Description |
@@ -147,7 +147,7 @@ Each module has a context menu, providing the following options:
147147

148148
![Context Menu of a module](/images/tutorials/introduction/ModuleContextMenu.png "Context Menu of a module")
149149

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.
151151
* **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.
152152
* **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.
153153
* **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
183183
Besides through a module's input and output connectors, connections can also be established between parameters in the module's panel.
184184

185185
{{<alert class="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).
187187
{{</alert>}}
188188

189189
### Macro Modules {#Macro_Modules}
@@ -226,7 +226,7 @@ Usually the quickest way to add modules to a network is the quick search in the
226226
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.
227227
{{</alert>}}
228228

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.
230230

231231
![Quick Search Results](/images/tutorials/introduction/GSExampleNetworkViewImage02.png "Quick Search Results")
232232

mevislab.github.io/content/tutorials/basicmechanisms/macromodules/helpfiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Generating help of a macro module is part of the video about macro modules from
2121

2222
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).
2323

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.
2525

2626
## Steps to Do
2727
### Creation of Help Files Using MeVisLab MATE

mevislab.github.io/content/tutorials/image_processing/image_processing2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Open the Automatic Panel of the `SynchroView2D` module via context menu {{< mous
3434

3535
![Synchronize LUTs in SynchroView2D](/images/tutorials/image_processing/synchLUTs.png "Synchronize LUTs in SynchroView2D")
3636

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).
3838

3939
![Without masking the image](/images/tutorials/image_processing/SynchroView2D_before.png "Without masking the image")
4040

0 commit comments

Comments
 (0)