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
Currently 2D timeseries images written by Imagine throw an error when loading because the z element of pixelspacing gets set to zero, which causes a problem when constructing the AxisArray with a zero step size here.
Currently 2D timeseries images written by Imagine throw an error when loading because the z element of
pixelspacinggets set to zero, which causes a problem when constructing the AxisArray with a zero step size here.I have a fix, will make a PR.