Skip to content

Commit 15d5e85

Browse files
authored
MLAB-6146: checked and fixed grammar (#128)
* MLAB-6146: checked and fixed grammar * MLAB-6146: fixes after review
1 parent 0d9d102 commit 15d5e85

File tree

96 files changed

+737
-734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+737
-734
lines changed

mevislab.github.io/content/about/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ status: "OK"
66
tags: ["Symbols", "Glossary", "Overview"]
77
---
88
## Symbols
9-
We embedded three symbols, referencing additional info, tasks and warnings:
9+
We embedded three symbols, referencing additional info, tasks, and warnings:
1010
{{<alert class="info" caption="Info">}}
1111
Provides additional links or info on the current topic.
1212
{{</alert>}}

mevislab.github.io/content/contact.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: "Contact"
33
date: 2022-06-15T08:54:53+02:00
44
draft: false
55
---
6-
### Feedback is valuable and always appreciated!
6+
### Feedback is Valuable and Always Appreciated!
77

88
#### MeVisLab Licensing
99
Having any questions on MeVisLab Licensing? Please contact the [MeVisLab Sales Team](mailto://sales@mevislab.de)
1010

11-
#### MeVisLab forum
11+
#### MeVisLab Forum
1212
Searching for a forum to ask your specific MeVisLab questions? Having trouble with functionalities? Ask [here](https://forum.mevislab.de)! Someone else might know the answer. If not - one of our developers will help you out!
1313

1414
#### General Questions

mevislab.github.io/content/examples/basic_mechanisms/contour_filter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This example shows how to create a contour filter.
99

1010
# Summary
1111
Images are loaded via `ImageLoad` module and visualized unchanged in a `View2D` module *View2D1*.
12-
Additionally the images are modified by a local macro module `Filter` and shown in another `View2D` viewer *View2D*.
12+
Additionally, the images are modified by a local macro module `Filter` and shown in another `View2D` viewer *View2D*.
1313

1414
In order to display the same slice (unchanged and changed), the module `SyncFloat` is used to synchronize the field value *startSlice* in both viewers. The `SyncFloat` module duplicates the value *Float1* to the field *Float2*.
1515

mevislab.github.io/content/examples/basic_mechanisms/macro_modules_and_module_interaction/example1/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: "Panel for the contour filter"
44
category: "basic_mechanisms"
55
---
66

7-
# Example 1: Panel for the contour filter
7+
# Example 1: Panel for the Contour Filter
88
This example contains a whole package structure. Inside you can find the example contour filter for which a panel was created.
99

1010
## Summary
11-
A new macro module `Filter` has been created. Initially macro modules do not provide an own panel containing user interface elements such as buttons. The *Automatic Panel* is shown on double-clicking the module providing the name of the module.
11+
A new macro module `Filter` has been created. Initially, macro modules do not provide an own panel containing user interface elements such as buttons. The *Automatic Panel* is shown on double-clicking the module providing the name of the module.
1212

13-
In this example we update the *\*.script* file of the `Filter` module to display the kernel selection field of the `Convolution` module within its network.
13+
In this example we update the *.script* file of the `Filter` module to display the kernel selection field of the `Convolution` module within its network.
1414

1515
{{<alert class="info" caption="Info">}}
1616
Changes applied to fields in the macro module's panel are applied to their internal network as well.

mevislab.github.io/content/examples/basic_mechanisms/macro_modules_and_module_interaction/example2/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: "Python scripting"
44
category: "basic_mechanisms"
55
---
66

7-
# Example 2: Python scripting
7+
# Example 2: Python Scripting
88
This example shows how to create module interactions via Python scripting.
99

1010
## Summary
1111
A new macro module `IsoCSOs` is created providing two viewers in its internal network, `View2D` and `SoExaminerViewer`. Both viewers are included in the panel of the module.
1212

13-
To showcase how Python functions can be implemented in MeVisLab and called from within a module, additional buttons to browse directories and create contours via the `CSOIsoGenerator` are added. Lastly a field listener is implemented reacting to field changes by colorizing contours when the user hovers over them with the mouse.
13+
To showcase how Python functions can be implemented in MeVisLab and called from within a module, additional buttons to browse directories and create contours via the `CSOIsoGenerator` are added. Lastly, a field listener is implemented reacting to field changes by colorizing contours when the user hovers over them with the mouse.
1414

1515
![Screenshot](/examples/basic_mechanisms/macro_modules_and_module_interaction/example2/image2.png)
1616

mevislab.github.io/content/examples/basic_mechanisms/viewer_application/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Creating a simple application"
44
category: "basic_mechanisms"
55
---
66

7-
# Example 3: Creating a simple application
7+
# Example 3: Creating a Simple Application
88
In this example, you will learn how to create a simple prototype application in MeVisLab including a user interface (UI) with 2D and 3D viewers.
99

1010
![Screenshot](/examples/basic_mechanisms/viewer_application/image.png)

mevislab.github.io/content/examples/data_objects/contours/example1/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: "Creation of Contours"
44
category: "data_objects"
55
---
66

7-
# Contour Example 1: Creation of contours
8-
Contours are stored as Contour Segmented Objects (CSOs) in MeVisLab.
7+
# Contour Example 1: Creation of Contours
8+
Contours are stored as Contour Segmentation Objects (CSOs) in MeVisLab.
99
This example highlights ways of creating CSOs using modules of the `SoCSOEditor` group.
1010

1111
{{<alert class="info" caption="Info">}}
@@ -27,16 +27,16 @@ The `SoCSOEditor` module group contains several modules, some of which are liste
2727
* `SoCSOLiveWireEditor`
2828

2929
{{<alert class="info" caption="Info">}}
30-
Whenever Contour Segmented Objects are created, they are temporarily stored by and can be managed with the `CSOManager`.
30+
Whenever Contour Segmentation Objects are created, they are temporarily stored by and can be managed with the `CSOManager`.
3131
{{</alert>}}
3232

3333
In this example, contours are created and colors and styles of these CSOs are customized by using the `SoCSOVisualizationSettings` module.
3434

3535
![Screenshot](/examples/data_objects/contours/example1/image.png)
3636

3737
## Summary
38-
+ Contours are stored as their own abstract data type called Contour Segmented Objects (often abbreviated to *CSO*).
39-
+ The `SoEditor` module group contains several useful modules to create, interact with or modify CSOs.
38+
+ Contours are stored as their own abstract data type called Contour Segmentation Objects (often abbreviated to *CSO*).
39+
+ The `SoCSO\*Editor` module group contains several useful modules to create, interact with or modify CSOs.
4040
+ Created CSOs are temporarily stored and can be managed using the `CSOManager`.
4141

4242
# Download

mevislab.github.io/content/examples/data_objects/contours/example2/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ title: "Contour interpolation"
44
category: "data_objects"
55
---
66

7-
# Contour Example 2: Contour interpolation
7+
# Contour Example 2: Contour Interpolation
88
This example shows how to interpolate CSOs across slices.
99

1010
## Summary
11-
In this example, semi-automatic countours are created using the `SoCSOLiveWireEditor` module and their depiction is modified using the `SoCSOVisualizationSettings` module.
11+
In this example, semi-automatic countours are created using the `SoCSOLiveWireEditor` module and their visualization is modified using the `SoCSOVisualizationSettings` module.
1212

1313
Additional contours between the manually created ones are generated by the `CSOSliceInterpolator` and added to the `CSOManager`. Different groups of contours are created for the left and right lobe of the lung and colored respectively.
1414

mevislab.github.io/content/examples/data_objects/contours/example3/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ title: "2D and 3D visualization of contours"
44
category: "data_objects"
55
---
66

7-
# Contour Example 3: 2D and 3D visualization of contours
7+
# Contour Example 3: 2D and 3D Visualization of Contours
88
This example shows how to display CSOs in 2D as an overlay and additionally how the CSOs are displayed in 3D.
99

1010
## Summary
11-
Images are loaded by using a `LocalImage` module and displayed in a 2D viewer. A `SoCSOLiveWireEditor` is added to draw contours on the images. The `CSOSliceInterpolator` generates additional contours between the manual CSOs by using linear interpolation.
11+
Images are loaded by using a `LocalImage` module and displayed in a 2D viewer. A `SoCSOLiveWireEditor` is added to draw contours on the images. The `CSOSliceInterpolator` generates additional contours between the manually created CSOs by using linear interpolation.
1212

13-
The module `VoxelizeCSO` is used to create a three-dimensional voxel mask of the contours which can be used as an overlay on the images in a `View2D` panel. The `SoView2DOverlay` module defines the color and opacity of the overlay.
13+
The module `VoxelizeCSO` is used to create a three-dimensional voxel mask of the contours that can be used as an overlay on the images in a `View2D` panel. The `SoView2DOverlay` module defines the color and opacity of the overlay.
1414

15-
Lastly the panel of the `View3D` module is used to visualize the voxel mask in 3D.
15+
Lastly, the panel of the `View3D` module is used to visualize the voxel mask in 3D.
1616

1717
![Screenshot](/examples/data_objects/contours/example3/image.png)
1818

mevislab.github.io/content/examples/data_objects/contours/example4/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Annotation of images"
44
category: "data_objects"
55
---
66

7-
# Contour Example 4: Annotation of images
7+
# Contour Example 4: Annotation of Images
88
This example shows how to add annotations to an image.
99

1010
## Summary

0 commit comments

Comments
 (0)