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
MIRP attempts to interpolate even if the voxels have the desired dimensions and no translation or rotation takes place.
However, performing unnecessary interpolation produces extra work, and the anti-aliasing filter or the interpolation process itself may affect values (under investigation).
The proposal is to implement a check on voxel size in the GenericImage.interpolate method prior to interpolation.