Simon Rit

Results 49 comments of Simon Rit

Not really. I suggest running a `git bisect`... Some variables are initialized in the latest version of `rtk::FieldOfViewImageFilter`, maybe that's the issue. I would run a git-bisect to identify the...

Updating style according to ITK results in failing clang-format action. Any idea @LucasGandel on how to update the action according to the latest .clang-format file in ITK?

Looks good to me. Can you create a pull request to test it?

In theory you should have seen a warning `CUDAToolkit not found (available since CMake v3.17). RTK_USE_CUDA set to OFF.` Indeed, we no longer support cmake versions older than 3.17 with...

`DisplacedDetectorForOffsetFieldOfViewImageFilter` inherits from `DisplacedDetectorImageFilter` but does not handle the manual setting of `m_MinimumOffset` and `m_MaximumOffset`. The reference code for `DisplacedDetectorImageFilter` is [here](https://github.com/SimonRit/RTK/blob/master/include/rtkDisplacedDetectorImageFilter.hxx#L130-L149).

Thanks Jannis. I would like to add a test and I can try to implement a functional one. If I want to reconstruct the variance, should I compute variance projections,...

Thanks, it looks good. We now need to have an internal discussion to agree (or not) on this documentation format... and to write it.