-
Hello,
Thank you very much for developing such a great toolkit.
Do you have any examples of motion correction algorithms for object movement in MATLAB's TIGRE?
Thank you.
-
Hello, there. I'm an enthusiast user of the (programmer's) Dvorak layout for almost a decade now, and it was a _huge_ improvement over good ol' QWERTY to learn it. However, while it is really widespre…
-
I'm trying to use tigre for reconstruction cone-beam CT images with variable scan geometries.
However, I encountered unexpected results for a test data set with simulated projections of a simple cir…
-
After installing TIGRE in the Python virtual environment successfully, I want to test it by running demo3 and I met the bug in the title. I run it successfully on the same device but different virtual…
-
##
I am trying to call the 'interpolation_projection' function in the 'ray_interpolated_projection.cu' file to implement forward projection, but the projection results I get are abnormal. I set 10…
-
It may be useful to be able to add a new function to a `BlockFunction`.
Requires `append`. It may be useful to override `__add__` method?
Similarly for `BlockOperator`
-
Hi,
@wm4
I hope I understood better and that it's not a useless issue here like the previous one.
I have a 3D Ready videoprojector named Vivitek Qumi Q7 that supports 3D with 120 Hz frame sequent…
-
I realized today that possibly large swaths of the codebase are not being checked by pylint. It seems like it is not recursing into directories that don't have an `__init__.py` (namespace packages) AN…
-
## Description
UnavailableInvalidChannel: HTTP 403 FORBIDDEN for channel intel
## Environment
```python
import cil, sys
print(cil.version.version, cil.version.commit_hash, sys.ve…
-
Hello, author!
I'm having the following issue with Tigre:
## Specifications
- MATLAB/python version: In this algorithm, the TV constraint is carried out after the SART iteration is completed. …