Calculating Relative CT Perfusion

Hi!

I was wondering if there were any modules or extensions that could do a relative perfusion CT calculation. I have an absolute perfusion CBF and CBV and want to calculate relative CBF and CBVs. If not, if any one has any suggestions on how to tackle this in python, it would be greatly appreciated.

Thanks!

You can perform computation on voxels by numpy array operations - see https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository#Modify_voxels_in_a_volume.

You may also use SimpleFilters module for basic arithmetic operations on volumes (add, subtract, multiply, divide, invert, min, max, …).

Hi! Is there a slicer module to calculate perfusion maps on CT images?

There are some related modules that you might find usable: