Skip to content

Commit e72a503

Browse files
committed
Add more screenshots to MONAIAuto3DSeg
1 parent 5551de8 commit e72a503

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

MONAIAuto3DSeg.s4ext

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
#
2-
# First token of each non-comment line is the keyword and the rest of the line
3-
# (including spaces) is the value.
4-
# - the value can be blank
5-
#
6-
7-
# This is source code manager
8-
scm git
9-
scmurl https://github.com/lassoan/SlicerMONAIAuto3DSeg
10-
scmrevision main
11-
12-
# list dependencies
13-
# - These should be names of other modules that have .s4ext files
14-
# - The dependencies will be built first
15-
depends PyTorch
16-
17-
# Inner build directory (default is ".")
18-
build_subdirectory .
19-
20-
# homepage
21-
homepage https://github.com/lassoan/SlicerMONAIAuto3DSeg
22-
23-
# Firstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2)
24-
# For example: Jane Roe (Superware), John Doe (Lab1, Nowhere), Joe Bloggs (Noware)
25-
contributors Andras Lasso (PerkLab, Queen's University)
26-
27-
# Match category in the xml description of the module (where it shows up in Modules menu)
28-
category Segmentation
29-
30-
# url to icon (png, size 128x128 pixels)
31-
iconurl https://raw.githubusercontent.com/lassoan/SlicerMONAIAuto3DSeg/main/MONAIAuto3DSeg.png
32-
33-
# Give people an idea what to expect from this code
34-
# - Is it just a test or something you stand behind?
35-
status
36-
37-
# One line stating what the module does
38-
description Run MONAI Auto3DSeg fully automatic AI segmentation in 3D Slicer.
39-
40-
# Space separated list of urls
41-
screenshoturls https://raw.githubusercontent.com/lassoan/SlicerMONAIAuto3DSeg/main/Screenshot01.jpg
42-
43-
# 0 or 1: Define if the extension should be enabled after its installation.
44-
enabled 1
1+
#
2+
# First token of each non-comment line is the keyword and the rest of the line
3+
# (including spaces) is the value.
4+
# - the value can be blank
5+
#
6+
7+
# This is source code manager
8+
scm git
9+
scmurl https://github.com/lassoan/SlicerMONAIAuto3DSeg
10+
scmrevision main
11+
12+
# list dependencies
13+
# - These should be names of other modules that have .s4ext files
14+
# - The dependencies will be built first
15+
depends PyTorch
16+
17+
# Inner build directory (default is ".")
18+
build_subdirectory .
19+
20+
# homepage
21+
homepage https://github.com/lassoan/SlicerMONAIAuto3DSeg
22+
23+
# Firstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2)
24+
# For example: Jane Roe (Superware), John Doe (Lab1, Nowhere), Joe Bloggs (Noware)
25+
contributors Andras Lasso (PerkLab, Queen's University)
26+
27+
# Match category in the xml description of the module (where it shows up in Modules menu)
28+
category Segmentation
29+
30+
# url to icon (png, size 128x128 pixels)
31+
iconurl https://raw.githubusercontent.com/lassoan/SlicerMONAIAuto3DSeg/main/MONAIAuto3DSeg.png
32+
33+
# Give people an idea what to expect from this code
34+
# - Is it just a test or something you stand behind?
35+
status
36+
37+
# One line stating what the module does
38+
description Run MONAI Auto3DSeg fully automatic AI segmentation in 3D Slicer.
39+
40+
# Space separated list of urls
41+
screenshoturls https://raw.githubusercontent.com/lassoan/SlicerMONAIAuto3DSeg/main/Screenshot01.jpg https://raw.githubusercontent.com/lassoan/SlicerMONAIAuto3DSeg/main/Screenshot02.jpg https://raw.githubusercontent.com/lassoan/SlicerMONAIAuto3DSeg/main/Screenshot03.jpg https://raw.githubusercontent.com/lassoan/SlicerMONAIAuto3DSeg/main/Screenshot04.jpg https://raw.githubusercontent.com/lassoan/SlicerMONAIAuto3DSeg/main/Screenshot05.jpg
42+
43+
# 0 or 1: Define if the extension should be enabled after its installation.
44+
enabled 1

0 commit comments

Comments
 (0)