Fix issue #40. Edited meshing module 2-8 pages.#41
Open
francoisdh wants to merge 2 commits intomasterfrom
Open
Fix issue #40. Edited meshing module 2-8 pages.#41francoisdh wants to merge 2 commits intomasterfrom
francoisdh wants to merge 2 commits intomasterfrom
Conversation
Contributor
francoisdh
commented
Jul 2, 2018
- Solves a few problems described in issue Meshing modules documentation problems #40,
- improves some code snippets,
- corrects a few typos.
- docs/modules/ROOT/pages/meshing/module-2-surface-from-image.adoc
- docs/modules/ROOT/pages/meshing/module-3-centerlines-gui-tool.adoc
- docs/modules/ROOT/pages/meshing/module-4-centerlines-computing.adoc
- docs/modules/ROOT/pages/meshing/module-5-centerlines-merging.adoc
- docs/modules/ROOT/pages/meshing/module-6-image-generation.adoc
- docs/modules/ROOT/pages/meshing/module-7-surface-remeshing.adoc
- docs/modules/ROOT/pages/meshing/module-8-volume-meshing.adoc
prudhomm
requested changes
Jul 3, 2018
Member
prudhomm
left a comment
There was a problem hiding this comment.
thanks for the work.
options should probably go in a table with
- option name,
- option default value
- option description
|
|
||
| The goal here is to extract and create a 3D model of the surface of the blood vessels, using a level set method. | ||
| The level sets are initialiazed using either the isosurface of a given intensity value (*isosurface* method) or a given intensity range (*threshold* method). | ||
| The goal here is to extract and create a 3D model of the surface of the blood |
Member
There was a problem hiding this comment.
The goal of this module is to extract...
| The level sets are initialiazed using either the isosurface of a given intensity value (*isosurface* method) or a given intensity range (*threshold* method). | ||
| The goal here is to extract and create a 3D model of the surface of the blood | ||
| vessels, using a level set method. | ||
| The level sets are initialiazed using either the isosurface of a given intensity |
| (see link:Building.adoc[the building page]) | ||
|
|
||
| Simply run this command or put it in your `.bashrc` (which is more convenient for repeated use). | ||
| Simply run this command or put it in your `.bashrc` (which is more convenient |
Member
There was a problem hiding this comment.
Run the following command or add it in $HOME/.bashrc
| Simply run this command or put it in your `.bashrc` (which is more convenient | ||
| for repeated use). | ||
|
|
||
| `source $INSTALL/bin/setupAngioTKEnvironment.sh` |
Member
There was a problem hiding this comment.
use
source $INSTALL/bin/setupAngioTKEnvironment.sh
| - `--input.point-pair.path` (optional) specifies the point pairs file | ||
| (typically: previously saved work) | ||
|
|
||
| Thus, the typical command shoud be: |
|
|
||
| We first need to compute each center line using both the extracted surface and the corresponding point pairs (which shoud have been defined in the first place, using link:Module_3_CenterlinesGUITool.adoc[the center lines editing tool]) | ||
| We first need to compute each center line using both the extracted surface and | ||
| the corresponding point pairs (which shoud have been defined in the first place, |
Member
There was a problem hiding this comment.
which have been defined using ...
| We first need to compute each center line using both the extracted surface and the corresponding point pairs (which shoud have been defined in the first place, using link:Module_3_CenterlinesGUITool.adoc[the center lines editing tool]) | ||
| We first need to compute each center line using both the extracted surface and | ||
| the corresponding point pairs (which shoud have been defined in the first place, | ||
| using link:Module_3_CenterlinesGUITool.adoc[the center lines editing tool]). |
Member
There was a problem hiding this comment.
use xref !!! the link here won't work
| `open-surface.radius-uncertainty` and `gmsh.nb-points-in-circle` | ||
| - (Very rarely) A crash of unknown cause. | ||
|
|
||
| link:Meshing_Module_Description.adoc[Go back to The Meshing Module] |
| simulations. | ||
| We will also generate mesh input and output markers in a description file | ||
| (.desc). | ||
| The executable we use is named `meshing_volumefromstlandcenterlines`. |
| A solution is to split each connected component apart and to process them all | ||
| separately. | ||
|
|
||
| link:Meshing_Module_Description.adoc[Go back to The Meshing Module] |
Member
There was a problem hiding this comment.
use xref.
have a What next? section
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.