-
I was trying to install ASTRA Toolbox on Python version 3.11. Even if it is declared on the README.md that ASTRA is compatible with Python 3.7-3.11, in the installing specifications of the library, ve…
-
Dear author, hello. I hope I haven’t disturbed you. In the fbp.py file, there is the following code. Can I ask you which code contains the specific implementation details of this line of code?
# Ba…
-
## Description
- windows 11
- conda 24.4.0 (miniconda)
command:
`conda create --name cil -c conda-forge -c intel -c ccpi cil=24.0.0 astra-toolbox=*=cuda* tigre ccpi-regulariser tomophantom ipy…
-
As part of #361, the FBP memory estimation was improved to more accurately represent what memory allocations the FBP method does. However, there is still some memory being allocated that is not yet kn…
-
## Description
when trying to import cil.recon, something went wrong:
```
import cil.recon
Error:
File D:\anaconda3\envs\cil\lib\ctypes\__init__.py:364, in CDLL.__init__(self, name, mode, ha…
-
I have a python script (written using [odl](https://github.com/odlgroup/odl)) in which I use the GPU implementation of ASTRA. I run the script by simply doing `python my_script.py`, however after a wh…
-
### Disclaimers
- [X] I have searched the issue tracker to check if the issue has already been reported.
- [X] My issue happened while using mods.
### What happened?
ı was playin for 3 min
that bu…
-
### Prerequisites
- [X] I have searched for similar issues in open and closed tickets and cannot find a duplicate.
- [X] I have troubleshooted my issue, and it still exists against the latest stab…
-
As far as I can see, the DART algorithm isn't implemented in the python interface, which is a shame.
1) are there any plans for implementing it / is it already done just waiting for the final upload…
-
## Description
UnavailableInvalidChannel: HTTP 403 FORBIDDEN for channel intel
## Environment
```python
import cil, sys
print(cil.version.version, cil.version.commit_hash, sys.ve…