-
Notifications
You must be signed in to change notification settings - Fork 6
Grammar checks #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Grammar checks #132
Conversation
* MLAB-6146: checked and fixed grammar * MLAB-6146: fixes after review
- this had some unwanted side effects - adapt all URLs to work without the setting (remove /) - do not use absolute links to the site URL
|
A preview of is uploaded and can be seen here: ✨ https://mevislab.github.io/examples/pull/132/ ✨ Changes may take a few minutes to propagate. Since this is a preview of production, content with |
mrbean-bremen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this tedious work!
| labelString = f'Length: {cso.getLength()} mm' | ||
| labelName = f'ID: {cso.getId()}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Black demands double quotation marks, so these should remain.
|  | ||
|
|
||
| For labels shown on grayscale images, it makes sense to add a shadow. Open the panel of the `SoCSOVisualizationSettings` module and on tab *Misc* check the option *Should render shadow*. This increases the readability of your labels. | ||
| For labels shown on gray value images, it makes sense to add a shadow. Open the panel of the `SoCSOVisualizationSettings` module and on tab *Misc* check the option *Should render shadow*. This increases the readability of your labels. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"grayscales image" is a well-defined name, so I would leave it
|  | ||
|
|
||
| You can design the annotation overlay as you like in the tab *User*. We decided to only display the minimum and maximum distance between both WEMs. | ||
| You can design the annotation overlay as you like in the tab *User*. We decided to only display the minimal (the minimum minimum) and maximal (the maximum minimum) distance between both WEMs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I find that (minimum minimum / minimum maximum) a bit confusing
|
|
||
|  | ||
|  | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"multi-frame" is correct (at least in DICOM)
| ## Summary | ||
| * Multi-frame DICOM images can be rendered to be scene objects by converting them into WEMs first | ||
| * Open Inventor scenes can be augmented by adding PostEffects to scene objects | ||
| * Multiframe DICOM images can be rendered to be scene objects by converting them into WEMs first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Multi-frame
| * Filename to be opened | ||
| * Color of the 2D overlay and 3D segmentation | ||
| * Transparency of the 3D image | ||
| * Threshold to be used for RegionGrowing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
region growing? or RegionGrowing, if the module is meant (same below)
| For a reset, we just touch the *resetApplication* field of our macro module `TutorialSummary`. | ||
|
|
||
| #### Requirement 1: The application shall be able to load DICOM data | ||
| #### Requirement 1: The Application Shall be Able to Load DICOM Data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't capitalize the requirements. While they are technically captions, they are semantically closer to an enumeration.
| The module `SynchroView2D` provides two 2D viewers that are synchronized. | ||
|
|
||
| As in Tutorial [Chapter 1 - Basic Mechanics of MeVisLab](tutorials/basicmechanisms/#TutorialParameterConnection), the processed and the unprocessed image can be displayed simultaneously. Scrolling through one image automatically changes the slices of both viewers, so slices with the same slice number are shown in both images. | ||
| As in tutorial [Chapter 1 - Basic Mechanics of MeVisLab](tutorials/basicmechanisms/#TutorialParameterConnection), the processed and the unprocessed image can be displayed simultaneously. Scrolling through one image automatically changes the slices of both viewers, so slices with the same slice number are shown in both images. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the tutorial
No description provided.