Difference between revisions of "Documentation/Labs/Surface Toolbox update"
From Slicer Wiki
(Created page with " == Overview == As part of the SALT project we would like to revamp some of the existing functionality in [https://github.com/NIRALUser/SPHARM-PDM/blob/master/Modules/CLI/Me...") |
|||
Line 11: | Line 11: | ||
* Andras Lasso | * Andras Lasso | ||
* TBD engineer | * TBD engineer | ||
+ | |||
+ | === Definitions === | ||
+ | * [http://insight-journal.org/browse/publication/106 KWMeshVisu]: Legacy viewer from the Styner Lab. | ||
+ | * Types of Mesh Operations: | ||
+ | ** PairWise Mesh | ||
+ | ** Group Mesh | ||
+ | ** Single Mesh | ||
+ | ** MeshToVolume | ||
+ | ** MeshScalar to Mesh | ||
+ | ** MeshScalar to MeshScalar | ||
=== Initial discussions === | === Initial discussions === | ||
We will be potentially implementing individual CLIs for each functionality in MeshMath, and those will be plugged into the Surface Toolbox. | We will be potentially implementing individual CLIs for each functionality in MeshMath, and those will be plugged into the Surface Toolbox. | ||
+ | |||
+ | == Current MeshMath functionality == | ||
+ | |||
+ | # subtract: "Subtract mesh from inputmesh, write a KWMeshVisu readable text file" | ||
+ | |||
+ | '''Type:''' PairWiseMesh | ||
+ | |||
+ | '''To-do:''' Not keep. This functionality is currently available through [[Documentation/Nightly/Extensions/ModelToModelDistance|ModelToModelDistance]] | ||
+ | |||
=== Path forward === | === Path forward === |
Revision as of 17:45, 26 April 2019
Home < Documentation < Labs < Surface Toolbox update
Contents
Overview
As part of the SALT project we would like to revamp some of the existing functionality in MeshMath into the SurfaceToolbox. We will be hiring a summer intern to work on this over a couple of months this summer.
Team
- JC Fillon-Robin
- Bea Paniagua
- Jared Vicory
- Andras Lasso
- TBD engineer
Definitions
- KWMeshVisu: Legacy viewer from the Styner Lab.
- Types of Mesh Operations:
- PairWise Mesh
- Group Mesh
- Single Mesh
- MeshToVolume
- MeshScalar to Mesh
- MeshScalar to MeshScalar
Initial discussions
We will be potentially implementing individual CLIs for each functionality in MeshMath, and those will be plugged into the Surface Toolbox.
Current MeshMath functionality
- subtract: "Subtract mesh from inputmesh, write a KWMeshVisu readable text file"
Type: PairWiseMesh
To-do: Not keep. This functionality is currently available through ModelToModelDistance
Path forward
Testing data
TBD