Only post-processing? #313
Replies: 2 comments
-
Hey @RoosvOeveren, Sorry to hear about the issue. Let me see if I understand. You have data already pre-processed and want to do the tensor fitting etc., right? In the main folder that you download from github, there should be a .ipyn notebook called Tensor Fitting Guide that gives some direction on how one could do that. If you could try that and let us know. I do know that there is currently no way to run pyD and start it after the pre-processing at this time, but it would be a nice feature to include so we will add it to our to-do list. Thanks for using and testing pyD out! -Hunter |
Beta Was this translation helpful? Give feedback.
-
@RoosvOeveren running PyDesigner without any pre-processing flags i.e. Parameter maps are highly dependent on the quality of pre-processing. In particular, Eddy current correction alongside co-registration have the greatest impact on the quality of parameter maps. I would highly recommend PyDesigner's pre-processing pipeline as it goes through the appropriate steps to maximize SNR and thereby yield cleaner parameter maps. Regarding the absence of DKI metrics, would you mind posting your BVAL file? It could be that b-values are close to PyDesigner's DKI threshold but not quite there. In which case, we can create a hotfix to improve detection of DKI datasets. |
Beta Was this translation helpful? Give feedback.
-
Hi PyDesigner community,
Is it possible to run PyDesigner without any pre-processing at all? I have multi-shell data that has already been preprocessed, from which I would like to obtain DTI and DKI metrics.
I ran PyDesigner on my raw data ('pydesigner -s --verbose -o [output directory] [xxx.nii]'), which resulted in all the expected outcome measures. However, brain distortions in these outcome measures (e.g. in dti_fa maps) are worse than in my own pre-processed data.
I tried simply running PyDesigner with my pre-processed data, without any pre-processing flag ('pydesigner --verbose -o [output directory] [xxx.nii]'). The outputs however are noisy DTI metrics and no DKI at all.
Is there a command line or flag that enables only post-processing?
Thank you in advance,
Roos
Beta Was this translation helpful? Give feedback.
All reactions