The flyby is a good case to showcase variable timestep integration (?) Could you change this to a variable time-step, with 10 second initial step, 1E-12 absolute and relative tolerances, and positi...
The objectives should be extended here. It also shows:
* Propagation from the 'midpoint' of an arc (propagating forwards and backwards(
* Variable time step integration
This is the PR with the new version of the MRO example. In parallel, I opened a pull request for both tudat and tudatpy (only minor changes). The comments should be better now (hopefully) and the m...
This PR adds the following files:
- juice_flybys.ipynb
- juice_flybys.py
to the _tudatpy-examples/propagation_ folder.
This example shows how to use TUDAT functionalities to retrieve JUI...
@luigigisolfi Thanks for opening this PR! I think this functionality is going to make a lot of difference in setting up more complicated Tudat applications :)
I have a question/request, could w...
I'm running the code now, and have two more small things:
* The following files still need to be manually downloaded:
mro_psp24.bsp
mro_psp22.bsp
mro_psp25.bsp
mro_psp23.bsp
mro_psp21.bsp
mr...
Cool, thanks! I'll try it out with the most up-to-date branches later today or tomorrow. I think you've addressed all the comments in the previous iteration very well from a quick look. One thing t...
This is the PR with the new version of the MRO example. In parallel, I opened a pull request for both tudat and tudatpy (only minor changes). The comments should be better now (hopefully) and the m...
Here is the first version of the MRO ODF residuals example. There are still a couple of things I would like a second opinion on:
- first of all: @DominicDirkx does the current content and scope ...