SN_seed5.nii.gz is off center/not aligned properly. I went in using fslcpgeom to change the dimensions to the native space dimensions. But it is still not aligning to my native space brain.
Any ideas as to what I should do, I tried registration instead of resampling and I still came across the same problem
I just checked an the dimensions are more accurate with that overlay and then I wont have to provide the transform for the seeds space when running probtrackx
If you have your -omat FA2str.mat, then you can use that in your original flirt command. That way, the same transform used to get MNI to DWI space will be used.
Also, I dropped the -nosearch argument, as when -applyxfm or -applyisoxfm is used then there is no optimisation or search at all anyway. If you are using these as seeds, you will also want to binarize them probably. fslmaths SN_seeds5.nii.gz -bin SN_seeds5_bin.nii.gz