Implements adaptive way of choosing ray directions for the normal solvers.
This includes python scripts to find the correct ray directions for each position and the C++ implementation of using these directions (mainly some refactoring work to allow to different directions per ray index)
Still TODO:
Add documentation on the usage of this feature
Create a simple test benchmark to include this in the CI pipeline.
Note: this part will already be merged now, as I need to implement a similar feature in the comoving-approx branch.
Implements adaptive way of choosing ray directions for the normal solvers. This includes python scripts to find the correct ray directions for each position and the C++ implementation of using these directions (mainly some refactoring work to allow to different directions per ray index) Still TODO:
Note: this part will already be merged now, as I need to implement a similar feature in the comoving-approx branch.