-
Currently MI is only compatible with Linux. It would be good for it to run on Windows and potentially Mac too.
Following some initial investigation, the below is a suggested plan for the issue (see…
-
I have total 16 ,2D images taken on cone beam vector geometry.I read those images in Numpy array of size (16(number of slices),detector_rows(3584),detector_cols(2816)). The width and height of the im…
-
```
File "astra/data3d_c.pyx", line 187, in astra.data3d_c.create (astra/data3d_c.cpp:4000)
File "astra/data3d_c.pyx", line 424, in astra.data3d_c.fillDataObject (astra/data3d_c.cpp:7317)
File "…
-
I get a significant amount of traffic through tomopedia to TIGRE.
I realized that CIL/CCPi codes are not there (https://tomopedia.github.io/software/).
You may want to add a PR to get this code…
-
Many of the reconstruction [algorithms in the docs ](https://tomopy.readthedocs.io/en/latest/api/tomopy.recon.algorithm.html)do not have citations to papers which original proposed or explained them. …
-
This may not be the place to ask this and I am sorry if that is the case. I am trying to use astra to calculate forward and backward projections efficiently - however I seem to be seeing a large diffe…
-
In all the examples, the sinogram obtained by the phantom256 front projection is used for reconstruction. Now, I want to use my own sinogram reconstruction, how should I import the data? When i import…
-
I was just wondering. There has to be users with limited or no access to GPUs.
-
Hey,
for my reconstruction I'm using the following function:
> proj_geom =
> astra.create_proj_geom('cone',
> detector_spacing_x, # – Distance between two adjacent detector pixels.
> det…
-
When running case01_neutron.ipynb I was getting an error for the cell with:
```python
# Simple FBP reconstruction, 3D volume
recon_fbp = FBP(ig, ag, device = 'gpu')(ad)
```
Which produced an er…