forked from MRtrix3/mrtrix3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
085a50e
commit 62551db
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ nl_niter = [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ,5 ,5 ,5 ,5 ] | |
nl_lmax = [2, 2, 2, 2, 2, 2, 2, 2, 4, 4, 4, 4 ,4 ,4 ,4 ,4 ] | ||
|
||
|
||
lib.app.author = 'David Raffelt ([email protected]) & Max Pietsch ([email protected]) & Thijs Dhollander thijs.dhollander@florey.edu.au)' | ||
lib.app.author = 'David Raffelt ([email protected]) & Max Pietsch ([email protected]) & Thijs Dhollander thijs.dhollander@gmail.com)' | ||
lib.cmdlineParser.initialise('Generates an unbiased group-average template from a series of images. First a template is optimised with linear registration (rigid or affine, affine is default), then non-linear registration is used to optimise the template further.') | ||
lib.app.parser.add_argument('input_dir', help='The input directory containing all images used to build the template') | ||
lib.app.parser.add_argument('template', help='The output template image') | ||
|