How to divide a volume with another volume

Operating system: Windows 10
Slicer version: 5.2.2

Hi there,

I am trying to divide one dose volume with another.
Using the filtering → arithmetic function, I am able to add, subtract and multiply but cannot divide.
Any help would be greatly appreciated.
Many thanks,

You can easily combine voxels of two volumes that have the same geometry (origin, spacing, axis directions, and extents) using numpy. See complete example in the script repository.

Thank you very much for your quick response.
Greatly appreciate it.

1 Like