Skip to content

Commit

Permalink
ENH: Rename module for SALT
Browse files Browse the repository at this point in the history
  • Loading branch information
vicory authored and jcfr committed Nov 20, 2019
1 parent ca77035 commit 683f325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ShapePopulationViewer.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if( ShapePopulationViewer_BUILD_SLICER_EXTENSION )
set(EXTENSION_NAME ${LOCAL_PROJECT_NAME} )
set(MODULE_NAME ${LOCAL_PROJECT_NAME} )
set(EXTENSION_HOMEPAGE "https://www.nitrc.org/projects/shapepopviewer/")
set(EXTENSION_CATEGORY "Shape Analysis")
set(EXTENSION_CATEGORY "Shape Visualization")
set(EXTENSION_CONTRIBUTORS "Alexis Girault (NIRAL, UNC), Francois Budin (NIRAL, UNC), Laura Pascal (DCBIA-OrthoLab, UofM)")
set(EXTENSION_DESCRIPTION "Visualize and interact with multiple surfaces at the same time to easily compare them")
set(EXTENSION_ICONURL "https://www.nitrc.org/project/screenshot.php?group_id=759&screenshot_id=704")
Expand Down
4 changes: 2 additions & 2 deletions src/ShapePopulationViewer.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<executable>
<category>Quantification</category>
<title>ShapePopulationViewer</title>
<category>Shape Visualization</category>
<title>Shape Population Viewer</title>
<version>1.4.0</version>
<description>
ShapePopulationViewer is a software that allows you to dynamically interact with multiple surfaces at the same time. It is very useful for visualisation and comparison of 3D surfaces by also displaying their scalars attributes and allowing the user to simply modify the colormap gradient.
Expand Down

0 comments on commit 683f325

Please sign in to comment.