Rob Tovey
Rob Tovey
As the title suggests, attempting to pause through matplotlib currently raises an error. The minimum working example is: ```python %matplotlib widget from matplotlib import pyplot as plt plt.plot([1,2,3]) plt.pause(1) plt.plot([3,2,1])...
This is an implementation of the 3D filtered back-projection suggested in the issue #1501. Firstly, an apology that I'm not hugely familiar with things on github so apologies for the...
Hi, As the heading suggests, I am trying to perform a FBP on data that is computed on an Euler geometry (2d grid of angles, no translations) but there are...
### Description TLDR: if you're having problems with corrupt pip/setuptools, then delete `~/. local/share/virtualenv` I tried to install a new environment today and ran into a lot of weird import...