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
In the zero padding function here, ii should be index of first dimension rather than the last dimension, i.e., I think this line should be changed to (np.zeros((proj.shape[1], padwidth)), proj[ii, :, :]), axis=1).
The text was updated successfully, but these errors were encountered:
In the zero padding function here, ii should be index of first dimension rather than the last dimension, i.e., I think this line should be changed to
(np.zeros((proj.shape[1], padwidth)), proj[ii, :, :]), axis=1)
.The text was updated successfully, but these errors were encountered: