Skip to content
Snippets Groups Projects
Commit 4f315437 authored by Matthew Webster's avatar Matthew Webster
Browse files

Origin uses FSL co-ordinate to match e.g. MNI152

parent 2f2fcb57
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ int fslcreatehd_main(int argc, char *argv[])
header.sX[0]=-header.pixdim[1];
header.sY[1]=header.pixdim[2];
header.sZ[2]=header.pixdim[3];
header.sX[3]=-header.pixdim[1]*atoi(argv[9]);
header.sX[3]=header.pixdim[1]*atoi(argv[9]);
header.sY[3]=-header.pixdim[2]*atoi(argv[10]);
header.sZ[3]=-header.pixdim[3]*atoi(argv[11]);
header.qformCode=2;
......
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