pnlbwh / pnlNipype

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

DIPY unringing no longer works parallely #105

Open tashrifbillah opened 1 year ago

tashrifbillah commented 1 year ago

Our environment has dipy 1.1.0. The current version is 1.6.0. The current version's unringing program does not work parallelly:

https://github.com/pnlbwh/pnlNipype/blob/9e805a2884594a4e16497f566533fba9b5abd5ef/scripts/unring.py#L52-L65

If we make it a for loop, the program works fine. But for loop is not an option of choice as it would take a very long time to unring 108 volumes (HCP-EP) data.

cc @yrathi @ShreyasFadnavis