PyDesigner
PyDesigner is a piece of software developed in-house for the purposes of artifact correction and tensor calculation. This process takes raw data (either nifti or dicom format) and corrects that data of known artifacts and then outputs parametric maps which are used for downstream analysis.
You can find more information about PyDesigner, including installation procedures and user guidance here:
In short, PyDesigner can be installed with the command:
pip install PyDesigner-DWI
And called with the following command:
pydesigner -o [output path] -s [input path].nii
Last updated