Skip to content

Commit 611dc0d

Browse files
committed
ENH: Updating version tag to v5.4.0
This is the tagged version for the PREDICTHD_BIDS_DEFACE public dataset distribution.
1 parent d48878d commit 611dc0d

File tree

74 files changed

+79
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+79
-76
lines changed

ARCHIVE/BRAINSTalairach/BRAINSTalairach.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</title>
99
<description>
1010
This program creates a VTK structured grid defining the Talairach coordinate system based on four points: AC, PC, IRP, and SLA. The resulting structred grid can be written as either a classic VTK file or the new VTK XML file format. Two representations of the resulting grid can be written. The first is a bounding box representation that also contains the location of the AC and PC points. The second representation is the full Talairach grid representation that includes the additional rows of boxes added to the inferior allowing full coverage of the cerebellum. </description>
11-
<version>5.3.2</version>
11+
<version>5.4.0</version>
1212
<documentation-url>http://www.nitrc.org/plugins/mwiki/index.php/brains:BRAINSTalairach</documentation-url>
1313
<license>https://www.nitrc.org/svn/brains/BuildScripts/trunk/License.txt</license>
1414
<contributor>

ARCHIVE/BRAINSTalairach/BRAINSTalairachMask.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</title>
99
<description>
1010
This program creates a binary image representing the specified Talairach region. The input is an example image to define the physical space for the resulting image, the Talairach grid representation in VTK format, and the file containing the Talairach box definitions to be generated. These can be combined in BRAINS to create a label map using the procedure Brains::WorkupUtils::CreateLabelMapFromBinaryImages. </description>
11-
<version>5.3.2</version>
11+
<version>5.4.0</version>
1212
<documentation-url>http://www.nitrc.org/plugins/mwiki/index.php/brains:BRAINSTalairachMask</documentation-url>
1313
<license>https://www.nitrc.org/svn/brains/BuildScripts/trunk/License.txt</license>
1414
<contributor>

BRAINSABC/brainseg/GenerateLabelMapFromProbabilityMap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<description>
66
Given a list of probability maps for labels, create a discrete label map where only the highest probability region is used for the labeling.
77
</description>
8-
<version>5.3.2</version>
8+
<version>5.4.0</version>
99
<documentation-url></documentation-url>
1010
<license></license>
1111
<contributor>University of Iowa Department of Psychiatry, http:://www.psychiatry.uiowa.edu

BRAINSABC/brainseg/GeneratePurePlugMask.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<description>
66
This program gets several modality image files and returns a binary mask that defines the pure plugs.
77
</description>
8-
<version>5.3.2</version>
8+
<version>5.4.0</version>
99
<documentation-url> </documentation-url>
1010
<license> </license>
1111
<contributor>Ali Ghayoor</contributor>

BRAINSCommonLib/TestSuite/FindCenterOfBrain.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<license>https://www.nitrc.org/svn/brains/BuildScripts/trunk/License.txt</license>
88
<contributor>Hans J. Johnson, hans-johnson -at- uiowa.edu, http://wwww.psychiatry.uiowa.edu</contributor>
99
<acknowledgements>Hans Johnson(1,3,4); Kent Williams(1); (1=University of Iowa Department of Psychiatry, 3=University of Iowa Department of Biomedical Engineering, 4=University of Iowa Department of Electrical and Computer Engineering</acknowledgements>
10-
<version>5.3.2</version>
10+
<version>5.4.0</version>
1111
<parameters advanced="false">
1212
<label>Required Input Parameters</label>
1313
<image>

BRAINSConstellationDetector/TestSuite/LandmarksCompare.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<description>
66
Compares two .fcsv or .wts text files and verifies that they are identicle. Used for testing landmarks files.
77
</description>
8-
<version>5.3.2</version>
8+
<version>5.4.0</version>
99
<documentation-url> </documentation-url>
1010
<license> </license>
1111
<contributor>Ali Ghayoor</contributor>

BRAINSConstellationDetector/gui/BRAINSConstellationDetectorGUI.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This program provides the user with a GUI tool to view/manipulate landmarks for an input volume.
77
</description>
88

9-
<version>5.3.2</version>
9+
<version>5.4.0</version>
1010
<documentation-url>http://www.nitrc.org/projects/brainscdetector/</documentation-url>
1111
<parameters>
1212
<image>

BRAINSConstellationDetector/landmarkStatistics/GenerateAverageLmkFile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<description>
66
This program gets several fcsv file each one contains several landmarks with the same name but slightly different coordinates. For EACH landmark we compute the average coordination.
77
</description>
8-
<version>5.3.2</version>
8+
<version>5.4.0</version>
99
<documentation-url> </documentation-url>
1010
<license> </license>
1111
<contributor>Ali Ghayoor</contributor>

BRAINSConstellationDetector/src/BRAINSClipInferior.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<description>This program will read the inputVolume as a short int image, write the BackgroundFillValue everywhere inferior to the lower bound, and write the resulting clipped short int image in the outputVolume.
66
</description>
77

8-
<version>5.3.2</version>
8+
<version>5.4.0</version>
99
<parameters>
1010
<image>
1111
<name>inputVolume</name>

BRAINSConstellationDetector/src/BRAINSConstellationDetector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</description>
88
<contributor>Hans J. Johnson (hans-johnson -at- uiowa.edu), Ali Ghayoor</contributor>
99
<acknowledgements><![CDATA[Hans Johnson(1,2,3); Ali Ghayoor(3); Wei Lu(3) 1=University of Iowa Department of Psychiatry, 2=University of Iowa Department of Biomedical Engineering, 3=University of Iowa Department of Electrical and Computer Engineering]]> </acknowledgements>
10-
<version>5.3.2</version>
10+
<version>5.4.0</version>
1111
<documentation-url>http://www.nitrc.org/projects/brainscdetector/</documentation-url>
1212
<license>https://www.nitrc.org/svn/brains/BuildScripts/trunk/License.txt</license>
1313

0 commit comments

Comments
 (0)