-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with complex denoising #11
Comments
Hi Andreea,
In order to input DWIs without using the -fslbvec/-fslbval args, two conditions need to be met. 1) the image volume must be in .nii or .nii.gz format. 2) The corresponding .bvec and .bval files must have an identical file names and be located in the same directory as the DWIs.
This is a bug that has been fixed in the most recent version of the designer code. You should be able to pull the most recent version from GitHub and get the phase correction working properly. Alternatively you can pull the docker image here: Please let us know if you continue to have issues or recommended changes you would like to see implemented. Regards, |
Hi Andreea, It looks like the issue is with the path to your files. Your folder is mounted to the container, so you would refer to dwi.mif like this: Please let me know if you encounter any other issues. Thank you. Best, |
Hello Jenny, Oh, I see now what I was doing wrong... I understand a bit better now how docker is working. Best, |
Hello designer2 developers, |
Hi Andreea, Best, |
If it is a memory issue, you may also try to increase memory resources from the Docker desktop under Settings>Resources>Advanced |
Hello,
Thank you so much for sharing this package, it is extremely useful. I successfully used it for Gibbs correction on partial FT data and to estimate DTI/DKI metrics. Concerning the complex MP-PCA denoising I ran into some issues:
A minor issue would be that the bval and bvec files are also required as inputs either through the -fslbvec and -fslbval arguments, either as .mif along with the diffusion volumes, contrary to what is written in the documentation (this is also true for the Gibbs correction). If I don’t input them, than I receive the error in error_1.png
The path toward the phase is not updated from the input user path. By default, when denoising starts, the phase is searched in the temporary folder, but the phase cannot be copied, so it sends out an error with ‘file not found’, see error_2.png
After replacing the phasepath variable at line 137 in designer.py with phasepath = path.from_user(app.ARGS.phase, True), it looks like the denoising process is starting, but after a few seconds it ends with the error_3.png
I have no clue to what this might be linked. Is this something you already encounter?
I would be very grateful for your help.
Thank you,
Andreea
The text was updated successfully, but these errors were encountered: