pnlbwh / pnlNipype

PNL pipeline for NIFTI images
Other
10 stars 15 forks source link

Delete *.eddy_outlier_free_data.nii.gz #82

Closed tashrifbillah closed 2 years ago

tashrifbillah commented 3 years ago

From eddy output directory, always delete

*eddy_unwarped_images.eddy_outlier_free_data.nii.gz

This file takes as much space as that of the DWI which doubles the total size. It is generated only when --repol is used.

Reference:

my_eddy_output.eddy_outlier_free_data.nii.gz This is the original data given by --imain not corrected for susceptibility or EC-induced distortions or subject movement, but with outlier slices replaced by the Gaussian Process predictions. This file is generated for anyone who might want to use eddy for outlier correction but who want to use some other method to correct for distortions and movement. Though why anyone would want to do that is not clear to us.

tashrifbillah commented 3 years ago

Done in HCPpipelines/DiffusionPreprocessing/scripts/run_eddy.sh