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

RF: Update convert_x5 script

parent 2fb312ae
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ def fnirtToX5(args):
src = fslimage.Image(args.source, loadData=False)
ref = fslimage.Image(args.reference, loadData=False)
field = fnirt.readFnirt(args.input, src=src, ref=ref)
field = fnirt.fromFnirt(field, 'world', 'world')
x5.writeNonLinearX5(args.output, field)
......
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