MIC-DKFZ / TractSeg

Automatic White Matter Bundle Segmentation
Apache License 2.0
222 stars 73 forks source link

Questions about the input of the raw data. #129

Closed Silflame closed 3 years ago

Silflame commented 3 years ago

Hi, I want to ask if I'm using --raw_diffusion_input and --preprocess, is it necessary to do eddy_correct for the raw data before taking the data as input? In other words, I am concerned about whether this pipeline will automatically perform eddy_correct with the this commd: TractSeg -i /dti/data.nii.gz -o /output/ --bvals /dti/bvals --bvecs /dti/bvecs --raw_diffusion_input --preprocess --single_output_file. And when using this command, what preprocessing operations will it contain ? Thank you.

wasserth commented 3 years ago

This command will not run eddy_correct for you. You will have to do that yourself before feeding the data to the script.

Everything else you have to do on your own.