Simon Rit
Simon Rit
We should check that the orientation of the rotation axis is as expected, i.e., along the first direction of the projections.
Testing is indirectly done in RTK but that would be good to have specific tests. Some old tests have been removed by 45af4dd since fc70a70 raised the error ``` nvcc...
Since we cannot read an `itk.Image[itk.US, 3]` nor convert a Numpy array to an `itk.Image[itk.US, 3]` with the released ITK packages, there seems to be no way to use [I0EstimationProjectionFilter](https://github.com/SimonRit/RTK/blob/master/wrapping/rtkI0EstimationProjectionFilter.wrap)....
Creating the (substack of) projection(s) from the pointer would be sufficient. CPU and GPU versions would be required.
See https://public.kitware.com/pipermail/rtk-users/2017-September/010485.html
If I pip install gatetools with Python 3.10 and run `gate_split_and_run.py --help`, I get: ``` Traceback (most recent call last): File "/home/srit/miniconda3/envs/gt/bin/gate_split_and_run.py", line 16, in from parserMacro import * ModuleNotFoundError:...
On my old linux box, pip install itk does not work anymore because libtbb is missing. Here is the list of commands I execute and the relevant output: ``` srit@russula:~>...