Calculate ADC from diffusion MRI images.

How to obtain pixel wise data from a 3d image set( stored in .nii format) and perform a mathematical function on the pixel data-
for example - calculate
S(B)= S(0). EXP(-BADC)
Where b and 0 are the pixel wise data from the two image sets obtained.

link of the problem solved in Matlab is as follows

https://www.google.com/url?
sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=2ahUKEwjA1eLrj9PoAhXi7HMBHV3UAWgQFjAAegQIAxAB&url=http%3A%2F%2Fpdf.posterng.netkey.at%2Fdownload%2Findex.php%3Fmodule%3Dget_pdf_by_id%26poster_id%3D113066&usg=AOvVaw0lvaOrCgGmkc10phfdLg02

I’m from a non coding background - hence my preference for KNIME

Hi,

can you please correct the link? it’s not working currently.

Best,
Martyna

This is a poster which described who to calculate ADC maps from images in MATLAB

Hi @AdarshGhost,

I currently don’t have a NIFTI file at hand to give this a real try. Since KNIME Image Processing internally also uses Bio-Formats to open images, you should be able to drag and drop a *.nii file into a new workflow: This should create an Image Reader node (if you have KNIME Image Processing installed: https://www.knime.com/wiki/install-knime-image-processing). If this is not the case, place an Image Reader manually and point it to the *.nii file manually. Once you execute the node, it will read the whole stack into a three dimensional image.

In order to do pixel-wise computations, you can use an Image Calculator node.

Let us know if this doesn’t work for you and feel free to follow up with additional questions!

Best,
Stefan

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.