Skip to content

Commit af7def9

Browse files
jcfrlassoan
authored andcommitted
BUG: Fix SurfaceModelNodesSelector metadata specified in s4ext
Set description based on text from the homepage Set iconurl and screenshoturls as GitHub raw URLs Set iconurl to SurfaceModelNodesSelector.png
1 parent 23f4766 commit af7def9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SurfaceModelNodesSelector.s4ext

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ homepage https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector
2727
category Surface Models
2828

2929
# url to icon (png, size 128x128 pixels)
30-
iconurl https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/blob/main/sModel.png
30+
iconurl https://raw.githubusercontent.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/main/SurfaceModelNodesSelector.png
3131

3232
# Give people an idea what to expect from this code
3333
# - Is it just a test or something you stand behind?
3434
status Beta
3535

3636
# One line stating what the module does
37-
Supports segmentation of brain tumor for a cohort at once without any human intervention.
37+
description The module selects the nodes/vertices of each triangle in a surface modle and place a fiducial (3D point) at each vertex of each triangle in a surface model. The surface model can be any model.
3838

3939
# Space separated list of urls
40-
screenshoturls https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/blob/main/sModel.png
40+
screenshoturls https://raw.githubusercontent.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/main/sModel.png
4141

4242
# 0 or 1: Define if the extension should be enabled after its installation.
4343
enabled 1

0 commit comments

Comments
 (0)