Skip to content
Snippets Groups Projects
Commit 4b0f4d83 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

RF: use 2mm, not 1mm

parent 6f00d2f9
No related branches found
No related tags found
1 merge request!29Make eddy tests runnable in non-SGE environments
......@@ -12,7 +12,7 @@ FSLDIR = os.environ['FSLDIR']
cmd = [
'bet',
join(FSLDIR, 'data', 'standard', 'MNI152_T1_1mm.nii.gz'),
join(FSLDIR, 'data', 'standard', 'MNI152_T1_2mm.nii.gz'),
join(OUTDIR, 'bet_test.nii.gz'),
'-n',
'-m']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment