Skip to content

Commit

Permalink
Merge pull request #653 from MRtrix3/tag_0.3.15
Browse files Browse the repository at this point in the history
Tag 0.3.15
  • Loading branch information
Lestropie authored Jun 16, 2016
2 parents 52f87d6 + 06e25d5 commit 6bed365
Show file tree
Hide file tree
Showing 330 changed files with 7,236 additions and 5,008 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ script:
after_failure:
- cat configure.log
- cat build.log
- cat testing/testing.log
- cat testing.log
- sleep 10
8 changes: 8 additions & 0 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,14 @@ The special target 'doc' is used to update the command documentation, so that
any modifications to the inline documentation in commands can be propagate
through to the user documentation site.
By default, 'build' will use all available cores to run a parallel build. In some
instances, this can cause problems (notably out of RAM errors). You can control
how many jobs 'build' will run concurrently using the NUMBER_OF_PROCESSORS
environment variable. For example:
$ NUMBER_OF_PROCESSORS=1 ./build
OPTIONS:
-verbose print each command as it is being invoked
Expand Down
2 changes: 1 addition & 1 deletion cmd/5tt2gmwmi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ using namespace App;
void usage ()
{

AUTHOR = "Robert E. Smith (r.smith@brain.org.au)";
AUTHOR = "Robert E. Smith (robert.smith@florey.edu.au)";

DESCRIPTION
+ "Generate a mask image appropriate for seeding streamlines on the grey matter - white matter interface";
Expand Down
2 changes: 1 addition & 1 deletion cmd/5tt2vis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ using namespace App;
void usage ()
{

AUTHOR = "Robert E. Smith (r.smith@brain.org.au)";
AUTHOR = "Robert E. Smith (robert.smith@florey.edu.au)";

DESCRIPTION
+ "generate an image for visualisation purposes from an ACT 5TT segmented anatomical image";
Expand Down
2 changes: 1 addition & 1 deletion cmd/5ttedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ using namespace App;
void usage ()
{

AUTHOR = "Robert E. Smith (r.smith@brain.org.au)";
AUTHOR = "Robert E. Smith (robert.smith@florey.edu.au)";

DESCRIPTION
+ "manually set the partial volume fractions in an ACT five-tissue-type (5TT) image using mask images";
Expand Down
2 changes: 2 additions & 0 deletions cmd/amp2sh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
2 changes: 1 addition & 1 deletion cmd/connectome2tck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void usage ()



AUTHOR = "Robert E. Smith (r.smith@brain.org.au)";
AUTHOR = "Robert E. Smith (robert.smith@florey.edu.au)";

DESCRIPTION
+ "extract streamlines from a tractogram based on their assignment to parcellated nodes";
Expand Down
2 changes: 2 additions & 0 deletions cmd/dcmedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
2 changes: 2 additions & 0 deletions cmd/dcminfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ using namespace App;

void usage ()
{
AUTHOR = "J-Donald Tournier ([email protected])";

DESCRIPTION
+ "output DICOM fields in human-readable format.";

Expand Down
4 changes: 3 additions & 1 deletion cmd/dirflip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
5 changes: 4 additions & 1 deletion cmd/dirgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down
4 changes: 3 additions & 1 deletion cmd/dirmerge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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, "
Expand Down
4 changes: 3 additions & 1 deletion cmd/dirorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 - "
Expand Down
4 changes: 3 additions & 1 deletion cmd/dirsplit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
4 changes: 3 additions & 1 deletion cmd/dirstat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions cmd/dwi2adc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
Loading

0 comments on commit 6bed365

Please sign in to comment.