A.M. Esmorís
A.M. Esmorís
**Problem** Certain debug operations, implementation of new features, understanding and maintenance of current functionalities, insight analysis and performance profiling with respect to different variables could benefit a lot from getting...
**Problem** At the moment, HELIOS++ supports platform trajectory specification through linear legs. In consequence, it is not possible to specify a curved trajectory without splitting it into multiple small legs....
**Problem** A few HELIOS++ core components are obsolete. They are complicating code maintenance, implementation of new features and causing performance problems for both CPU and RAM. **Solution** Update most critical...
**Improve ray casting** Ray-primitive intersection checks could be improved. At the moment, HELIOS++ is using a KDTree for the entire scene. But sets of primitives defining the same object are...
**Problem** Currently, Helios++ does not support alternatives to `MarquardFitter` to fit the `fullwave` and compute `echo_width`. The implementation of `FullWaveformPulseRunnable` must support different fitters and peak detection methods. **Goals** -...