Volume maths (adding, subtracting ,,, singnal intensity)

Hy. I need to ADD 2 nifti MR registered volumes (of the same size and body part) in order to have a new volume whith the higher signal intensity of each of the two volume. Each pixel must have a signal value (intensity) resulting from the sum of the signal of the corresponding voxels from the two volumes or the signal value of the image with higher signal).
Same thing, but at the opposite, should happen when subtracting.
I would like to avoid segmentation.

Thanks!

There are Add Scalar Scalar Volume and Subtract Scalar Volume modules.

If the volumes are registered to a common coordinate system and have exact dimensions and spacing (which should be after registration), you will probably want to do this as a numpy operation on image arrays. It will give you far more flexibility than the add/subtract scalar volumes.
You can get started with simple examples in the script repository like this: