-
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 #444 from MRtrix3/topup_ref
Add topup citation to revpe scripts
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ from lib.runCommand import runCommand | |
from lib.warnMessage import warnMessage | ||
|
||
lib.app.author = 'Robert E. Smith ([email protected])' | ||
lib.app.initCitations([ 'eddy/topup', 'FSL' ]) | ||
lib.app.initCitations([ 'eddy', 'FSL', 'topup' ]) | ||
lib.app.initParser('Perform EPI distortion correction of a volume series using a reversed phase-encode image pair to estimate the inhomogeneity field') | ||
lib.app.parser.add_argument('pe_axis', help='The phase encode direction / axis; can be an axis number (0, 1 or 2) or a code (e.g. AP, LR, IS)') | ||
lib.app.parser.add_argument('image1of2', help='The first image of the reversed-PE image pair') | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ from lib.runCommand import runCommand | |
from lib.warnMessage import warnMessage | ||
|
||
lib.app.author = 'Robert E. Smith ([email protected])' | ||
lib.app.initCitations([ 'eddy/topup', 'FSL', 'Skare2010' ]) | ||
lib.app.initCitations([ 'eddy', 'FSL', 'Skare2010', 'topup' ]) | ||
lib.app.initParser('Perform EPI distortion & recombination of a pair of image volumes, where the diffusion gradient table is identical between the two series, but the phase-encode direction is reversed') | ||
lib.app.parser.add_argument('pe_axis', help='The phase encode direction / axis; can be an axis number (0, 1 or 2) or a code (e.g. AP, LR, IS)') | ||
lib.app.parser.add_argument('series1', help='The first input image series') | ||
|