I am trying to run dwifslpreproc by “dwifslpreproc dwi_denoised.mif dwi_denoised_preproc.mif -rpe_header”
but the results shows: sampling of b=1000 shell is strongly asymmetric; distortion correction may benefit from use of: -eddy_options " … --slm=linear …
This is typically just a warning, it shouldn’t prevent the command from executing. What it says is that your DW scheme is asymmetric, a problem explained in more detail on the FSL EDDY wiki page. In such cases, it’s recommended to run eddy with the --slm=linear option (enable linear second-level modelling), which you can do by adding -eddy_options " --slm=linear" to your dwifslpreproc command.
The segmentation is really bad, it can not refelct the segmentation of whole brain. and I think there must be something wrong with “LUT.txt” file, but I can not find suitable lookup table. Could you please give me some suggestions about how to creat a suitable lookup table or where can I find the suitable lookup table?
It does seem to be a problem with the LUT you provide - fs_default will only have the same subcortical (aseg) labels overlapping with the Shaefer2018 LUT. That is why only these are included in the output label file. Since the correct ordered label file is not provided by default, you will need to create this yourself.
All you need to do is to edit the “Schaefer2018_200Parcels_7Networks_order_LUT.txt” file to retain the rows that are a part of the specific atlas. Then delete the column corresponding to the FreeSurfer label IDs and in its place add a column with integers increasing from 1 to the number of rows. Use this file as the second input to labelconvert.
Hope this helps,
Nick
PS: For future reference, it might be easier if you post new questions to a new topic, so that others with a similar issue can find it more easily!
I have obtained the correct LUT file. I upload these files for the people who may meet the same problem with me.
(For the format limitation, I can only upload the pdf file.)
PS: Thanks for your advice, I will post new questions to a new topic next time.
and could your team increase the variety of format of uploaded files? I found I can not upload the .txt file.