https://github.com/TomographicImaging/gVXR-Tutorials/blob/main/notebooks/numpy_integration.ipynb Section 2 states: ``` # Compute an X-ray image # We convert the array in a Numpy structure and store the data using single-precision floating-point numbers. ``` This is wrong as we do not convert to a NumPy structure
https://github.com/TomographicImaging/gVXR-Tutorials/blob/main/notebooks/numpy_integration.ipynb
Section 2 states:
This is wrong as we do not convert to a NumPy structure