Hi,
this adds support for setting indices, slicing and elementwise operations.
Operations with multiple NIVolumes are only allowed if they have the same headers, which is maybe too restrictive and could be releaxed with some further thought.
I think this might break some code. For example it fails when doing something as simple as vol[:] as nifti does not support dimensions larger than what Int16 can hold.
Hi, this adds support for setting indices, slicing and elementwise operations. Operations with multiple NIVolumes are only allowed if they have the same headers, which is maybe too restrictive and could be releaxed with some further thought.