tsadakane

Results 29 comments of tsadakane

Quick question. The existing keyword is `regularisation`. Which name is appropriate, `regularisation.py` or `regularization.py`?

Understood. What do you think about introducing `regulariser` class? The `regularisation.py` would be like ``` import numpy as np from _minTV import minTV from _AwminTV import AwminTV from tigre.utilities.gpu import...

Hi. The SL implementation is included in the first version of `filtering.py`, which was commit by @AnderBiguri in 7b8e55ecc478f98ddb82220c2de8c7b00b429c39 .

On MATLAB, the result of running ``` shepp=sheppLogan3D([128;128;64],'Modified Shepp-Logan'); yyw=sheppLogan3D([128;128;64],'yu-ye-wang'); plotImg([shepp,yyw],'Dim','Z','savegif','sl3d.gif'); ``` is ![sl3d](https://user-images.githubusercontent.com/40597344/116785105-b74c0a00-aad2-11eb-8499-f1137bbc4d57.gif) YYW looks wrong. I think it is because the geometry transform in their code is wrong....

@AnderBiguri Is this related to `Collision avoidance trajectories for on-line trajectory optimization in C-arm CBCT` by S. Hatamikia et al. of Fully3D 2021? Just out of curiosity.

The first and last lines are added. ``` geo=defaultGeometry('mode', 'parallel'); % VARIABLE DESCRIPTION UNITS %------------------------------------------------------------------------------------- % Distances % This works: geo.DSD = 2000; % Distance Source Detector (mm) geo.DSO =...

FYI. So far, On python, the following code does not reproduce this phenomena on my PC: ``` import numpy as np import matplotlib.pyplot as plt import tigre import tigre.algorithms as...

@AnderBiguri , @JiahaoPlus I made two fresh virtual environments of conda * test496_311 * python: 3.11.6 * cython: 3.0.3 * numpy: 1.26.0 * test496_39 * python: 3.9.18 * cython: 3.0.3...