Skip to content

Commit 8182ab3

Browse files
committed
doc: added pointer to ants example
1 parent 8903396 commit 8182ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rsfmri_preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def create_workflow(files,
559559
# registration can be made significantly more accurate for cortical
560560
# structures by increasing the number of iterations
561561
# All parameters are set using the example from:
562-
#
562+
# https://github.com/stnava/ANTs/blob/master/Scripts/newAntsExample.sh
563563
reg = Node(ants.Registration(), name='antsRegister')
564564
reg.inputs.output_transform_prefix = "output_"
565565
reg.inputs.transforms = ['Translation', 'Rigid', 'Affine', 'SyN']

0 commit comments

Comments
 (0)