Signal loss after epi correction

Dear Slicer community,

I hope you can help me with an issue I am struggling with. Iam currently working on DTI scans using Slicer and the PNL Pipeline. After applying epi correction (epi.sh) I am getting images that look a lot different and display much less glyphs in the DTI volume (see screenshots). Screenshot-pre-epi


Have you experienced this and know what the problem could be?
I really appreciate any advice! Thanks a lot in advance!

Best wishes,
Marlene

Hi @marlene,

Thanks for your question. PNL is a different entity from Slicer :slight_smile: Please report issues related to PNL pipeline here.

That being said, we don’t support shell scripts (.sh extension) as part of our pipeline anymore. Please use https://github.com/pnlbwh/pnlpipe/blob/py3-compatible/pnlscripts/epi.py and report your observation back. Then we can try to answer your question.

Hi @mali It is hard to tell what is going wrong. As far as I know, the epi.sh code is computing a nonlinear registration between b0 and T1(or T2), then applying the transform to all gradient images. It could be something happening when do the transform interpolation. Your corrected DTI map seems to be very noisy. Anyway, I would suggest trying the code that Tashrif pointed out.

Regards,
Fan

Thank you Fan, I will try to do so.
Best wishes,
Marlene

Thank you Tashrif,

I will try this and report back.

Best wishes,
Marlene