pyKNEEr icon indicating copy to clipboard operation
pyKNEEr copied to clipboard

preprocessing.ipynb script error and T2 Maps

Open JosCoelho opened this issue 4 years ago • 1 comments

Hello. My name is José and I am PhD student studying the decay of the T2 and T2 * signal of cartilage in patients with ligament injury. Using this software, after running the script “preprocessing.ipynb”, in the end always gives me an error using the images in the “Demo” folder or my own images:

Captura de ecrã 2020-11-28, às 18 44 45

Will there be a possibility to elucidate what I am doing wrong?

Also, in this thead: https://github.com/sbonaretti/pyKNEEr/issues/6#issuecomment-674742993 you said that PyKneer uses only DESS sequence to calculate the T2 Maps. Can it work with Fast Spin Eco Multi Eco T2 sequence? And could it be done with T2* Multi Eco sequence?

Thank you for you attention.

JosCoelho avatar Dec 22 '20 11:12 JosCoelho

Hi José, Sorry for my delay, and thanks so much for being this patient!

Please, change the command to:

show_fitting_maps(view_modality = 0)

The parameter view_modality can get value 0 or 1. One is for static visualization, the other for interactive visualization.

I am not an expert in MR acquisition, so I am not sure I can provide a correct answer to your second question. I guess I'll have to refer you to the literature for that.

Hope it helps!

sbonaretti avatar Jan 18 '21 09:01 sbonaretti