-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #653 from MRtrix3/tag_0.3.15
Tag 0.3.15
- Loading branch information
Showing
330 changed files
with
7,236 additions
and
5,008 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,8 @@ using namespace App; | |
|
||
void usage () | ||
{ | ||
AUTHOR = "J-Donald Tournier ([email protected])"; | ||
|
||
DESCRIPTION | ||
+ "convert a set of amplitudes (defined along a set of corresponding directions) " | ||
"to their spherical harmonic representation. The spherical harmonic decomposition is " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,8 @@ using namespace App; | |
|
||
void usage () | ||
{ | ||
AUTHOR = "J-Donald Tournier ([email protected])"; | ||
|
||
DESCRIPTION | ||
+ "Edit DICOM file in-place. Note that this simply replaces the existing " | ||
"values without modifying the DICOM structure in any way. Replacement text " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,8 @@ using namespace App; | |
|
||
void usage () | ||
{ | ||
AUTHOR = "J-Donald Tournier ([email protected])"; | ||
|
||
DESCRIPTION | ||
+ "output DICOM fields in human-readable format."; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,9 @@ | |
using namespace MR; | ||
using namespace App; | ||
|
||
void usage () { | ||
void usage () | ||
{ | ||
AUTHOR = "J-Donald Tournier ([email protected])"; | ||
|
||
DESCRIPTION | ||
+ "optimise the polarity of the directions in a scheme with respect to a " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,10 @@ | |
using namespace MR; | ||
using namespace App; | ||
|
||
void usage () { | ||
void usage () | ||
{ | ||
|
||
AUTHOR = "J-Donald Tournier ([email protected])"; | ||
|
||
DESCRIPTION | ||
+ "generate a set of uniformly distributed directions using a bipolar electrostatic repulsion model."; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,9 @@ | |
using namespace MR; | ||
using namespace App; | ||
|
||
void usage () { | ||
void usage () | ||
{ | ||
AUTHOR = "J-Donald Tournier ([email protected])"; | ||
|
||
DESCRIPTION | ||
+ "splice or merge sets of directions over multiple shells into a single set, " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,9 @@ | |
using namespace MR; | ||
using namespace App; | ||
|
||
void usage () { | ||
void usage () | ||
{ | ||
AUTHOR = "J-Donald Tournier ([email protected])"; | ||
|
||
DESCRIPTION | ||
+ "reorder a set of directions to ensure near-uniformity upon truncation - " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,9 @@ | |
using namespace MR; | ||
using namespace App; | ||
|
||
void usage () { | ||
void usage () | ||
{ | ||
AUTHOR = "J-Donald Tournier ([email protected])"; | ||
|
||
DESCRIPTION | ||
+ "split a set of evenly distributed directions (as generated " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,9 @@ | |
using namespace MR; | ||
using namespace App; | ||
|
||
void usage () { | ||
void usage () | ||
{ | ||
AUTHOR = "J-Donald Tournier ([email protected])"; | ||
|
||
DESCRIPTION | ||
+ "report statistics on a direction set"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,8 @@ using namespace std; | |
|
||
void usage () | ||
{ | ||
AUTHOR = "J-Donald Tournier ([email protected])"; | ||
|
||
DESCRIPTION | ||
+ "convert mean dwi (trace-weighted) images to mean adc maps"; | ||
|
||
|
Oops, something went wrong.