-
Hi, I would like to run radon transformation and filtered backprojection on my pytorch data. However, the transformation is only correct if I do not import pytorch _(import torch)_ and the same applie…
-
Hi,
I am using the FP3D_CUDA to forward project a CT volume. Then, I implement a custom ramp filtering step of the form
```python
filtered_sino = np.zeros_like(sino)
for i in range(sino.shape[0]):…
-
### Python and Numpy Version
- [x] If major release check python and numpy variants that should be supported [nep-0029](https://numpy.org/neps/nep-0029-deprecation_policy.html#support-table)
- [x]…
-
Could you add Python 3.9 conda builds? If there's something I could assist with, I'd be happy to help.
-
Hi .
When i want to install CIL package with command
` conda create --name cil -c conda-forge -c intel -c ccpi cil=23.0.1 astra-toolbox tiger ccpi-regulariser tomophantom "ipywidgets
-
It might be nice to try the astra toolbox online, without installation.
Here a proof of concept that this works for a small example:
![image](https://user-images.githubusercontent.com/44469195/11107…
-
### I have confirmed that ...
- [X] Arclight is up to date
- [X] all dependencies are installed
- [X] all plugins and mods are up to date
- [X] unable to reproduce in Spigot
- [X] unable to reproduce…
-
when I want to install CIL toolbox with this code (conda create --name cil -c conda-forge -c intel -c ccpi cil=23.0.1 astra-toolbox tigre ccpi-regulariser tomophantom "ipywidgets
-
Hi,
FDK_CUDA reconstruction seems to be totaly broken if reconstructed object size larger than 4096 pixels
Here is mininmal example in cone geometry
``` python
import astra
import numpy as np
…
-
Hello,
I'm having issues reconstructing CT data from a half-beam scan.
My question may not be specific to TIGRE so i apologize in advance. I'm rather new to CT in general, and to TIGRE in particul…