You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just realized they do. So this is going to be changed a little:
TransformBase -> should raise a TypeError instead of returning the dimensionality of the reference.
Affine -> should overshadow TransformBase's property and return self._matrix.ndim + 1. That will also work for LinearTransformArray without loss of generality.
Nonlinear transforms -> for the moment these cannot be 3D so they should redefine the property and return self._reference.ndim.
Something like:
(only one timepoint)
In the future, we can imagine two more use cases:
(only one timepoint)
cc/ @jmarabotto
The text was updated successfully, but these errors were encountered: