Skip to content

Commit 0b04864

Browse files
authored
New Extension mp2rageBackgroundSuppression (#1983)
* Add mp2rageBackgroundSuppression.s4ext * Update mp2rageBackgroundSuppression.s4ext Added blank line to end of file * Update and rename mp2rageBackgroundSuppression.s4ext to MP2RAGE.s4ext Changed the Slicer Extension name to MP2RAGE and updated links. * Name changed to UHFMRTools --------- Co-authored-by: Sam Brenny <Sam Brenny>
1 parent 99f007d commit 0b04864

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

UHFMRTools.s4ext

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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/harellab/SlicerUHFMRTools
10+
scmrevision trunk
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 NA
16+
17+
# Inner build directory (default is ".")
18+
build_subdirectory .
19+
20+
# homepage
21+
homepage https://github.com/harellab/SlicerUHFMRTools
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 Henry Braun (CMRR, UMN), Sam Brenny (CMRR, UMN)
26+
27+
# Match category in the xml description of the module (where it shows up in Modules menu)
28+
category Filtering
29+
30+
# url to icon (png, size 128x128 pixels)
31+
iconurl https://github.com/harellab/SlicerUHFMRTools/blob/trunk/ExtensionIcon.png?raw=true
32+
# Give people an idea what to expect from this code
33+
# - Is it just a test or something you stand behind?
34+
status
35+
36+
# One line stating what the module does
37+
description This extension provides tools for working with ultra-high field (UHF) MRI images and is intended to provide post-acquisition processing.
38+
39+
# Space separated list of urls
40+
screenshoturls https://github.com/harellab/SlicerUHFMRTools/blob/trunk/doc/AdditionalModulePaths.png?raw=true https://github.com/harellab/SlicerUHFMRTools/blob/trunk/doc/FavoriteModules.png?raw=true https://github.com/harellab/SlicerUHFMRTools/blob/trunk/doc/ModuleWorkflow.png?raw=true https://github.com/harellab/SlicerUHFMRTools/blob/trunk/doc/ModuleResult.png?raw=true
41+
42+
# 0 or 1: Define if the extension should be enabled after its installation.
43+
enabled 1
44+

0 commit comments

Comments
 (0)