-
## Description
Currently, scikit-image's `radon` and `iradon` define the center of the volume as `[volume.shape[0] // 2, volume.shape[1] // 2]`. This definition is equivalent to `[(volume.shape[0] …
-
When trying to do FDK reconstruction using ASTRA 1.7.1beta on Windows 8 and 10 (installed by unzipping astra-1.7.1beta-matlab-win-x64.zip) I am getting an unexpected error at data sizes that should fi…
-
During building from source files for MATLAB R2018a I got the following deprecation error:
```Function mxCreateSharedDataCopy not supported. Either switch to using the more efficient MATLAB Data A…
-
There seem to be a problem with the `nav2_msgs` package installed because of the first instruction to install some required packages:
`$ sudo apt install ros-foxy-slam-toolbox ros-foxy-gazebo-ros-pkg…
-
```
import tensorflow as tf
import numpy as np
import odl
import odl.contrib.tensorflow
from util import random_phantom, conv2d
sess = tf.compat.v1.InteractiveSession()
# Create ODL data …
-
The current linux build script (tested for MATLAB) causes libastra to be dynamically linked against libcudart and libcufft.
```
$ ldd libastra.so.0
linux-vdso.so.1 => (0x00007ffe1479b000)
li…
-
Hi,
I understood that trains support the use of conda (my need is to be able to launch experiments with different conda environments - e.g. launch train 1 with env 1 and then launch train 2 with en…
-
I want to create a helical geometry with cylindrical detector. Here is my code:
reco_space = odl.uniform_discr(min_pt=[-63.5, -63.5, 0], max_pt=[63.5, 63.5, 14], shape=[128, 128, 15], dtype='flo…
-
Hi Ben,
In the CMakeLists.txt, the minimum required version of cmake is 3.12. I have cmake version 2.8 which seems to be a different version numbering (isn't it? larger number but older version). W…
-
Hi,
I used as recommanded the command "conda install astra-toolbox -c astra-toolbox -c nvidia" to install astra (python 3.12, WinOS).
The installed version of astra is 2.2.0
When I try to impor…