Lars Hinüber
Lars Hinüber
### Description: The functions related to the `time_conversion.DateTime` class are not consistent in their naming (`datetime` vs `date_time`) as well as what `datetime` refers to (`datetime_to_tudat` converts a Python-native `datetime`...
### Describe the issue: The default argument for the `solar_activity_data` function argument of the `jakowski_ionospheric_light_time_correction` functions loads the entire `sw19571001.txt` file (~3MB) in the memory. I am not entirely sure...
### Description: _Issue created from on NA feedback survey comment_ When retrieving dependent variables from the `dependent_variable_history` one has to know the dimensions of the saved dependent variables in order...
Hi all, This issue is a collection of functions for which small code examples should be added to the docstrings. Feel free to comment functions where you feel this is...
### Describe the issue: Based on user feedback, the user guide is not visible enough when using the API reference. One idea to increase the visibility would be to integrate...
It would be cool to compare the orbit propagation of tudat vs other tools and make the scripts/results accessible. E.g. GODOT test cases: https://godot.io.esa.int/godotpy/tutorials/reference/canonical_reference_cases.html Copied over from https://github.com/orgs/tudat-team/projects/18/views/1?pane=issue&itemId=98438914
### Description: Having the code snippets in the API is very useful to get a quick understanding how to use the functions. At the moment, most of the code snippets...
Draft PR to check cross-platform builds and tests TODO: - [ ] Add more extensive unit test - [ ] Add C++ docstrings - [ ] Add API docstrings, including...