Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

tudat-team/tudatpy-examples

DominicDirkx created a comment on a pull request on tudat-team/tudatpy-examples
Running it now :) Three small additions, could you: * Add the two macromodel files * Update the .gitignore so that it doesn't want to add the kernels * Write the output files (also for the mro e...

View on GitHub

SamFayolle created a comment on a pull request on tudat-team/tudatpy-examples
Here is the updated version, let me know what you think :)

View on GitHub

alfonsoSR created a comment on a pull request on tudat-team/tudatpy-examples
What do you need help with? :)

View on GitHub

DominicDirkx created a comment on a pull request on tudat-team/tudatpy-examples
Hey, this is awesome to have, thanks!! I think that the 'per-day' arc-splitting has in some cases made the results worse (?) In the previous results, where we looked 'per odf file', the difference ...

View on GitHub

SamFayolle opened a pull request on tudat-team/tudatpy-examples
Feature/grail examples
Here is a first (complete) version of the GRAIL ODF estimation example, which should run with the current develop versions of tudat and tudatpy. The only thing is that there is still a debugging pr...
DominicDirkx pushed 18 commits to master tudat-team/tudatpy-examples
  • Merge branch 'luigigisolfi-luigi_examples' t push origin master Resolving conflicts from my last PR (estimation folde... 3c2ead1
  • Add files via upload 555f928
  • Add files via upload f0ddc0f
  • deleted juice_flybys.py 09df146
  • Merge branch 'master' of https://github.com/tudat-team/tudatpy-examples 1eea2e2
  • Merge needed cause i messed up with git filter repo Merge branch 'master' of https://github.com/luigigisolfi/tudatpy-... 01c86c8
  • merge of remote into master badf69a
  • commented juice_flybys.ipynb notebook and made it into juice_flybys.py python file dfeae05
  • fixed typo juice_flybys.ipynb a422546
  • fixed typo juice_flybys.py 1588f56
  • juice_flyby improvement 27d9b59
  • mergin of upstream Merge branch 'master' of https://github.com/tudat-team/tudatpy-examples into feature/juice_flybys_... e4b185c
  • removed untitled files ff45355
  • done, ready for push 5d6bbc1
  • fixed conflicts with remote feature/juice_flyby_example dcf779d
  • fixed initial time step and back/forw propagation around flyby 0891e0c
  • changed cumulative_computation_time_history to dependent_variable_history 256119f
  • Merge pull request #79 from luigigisolfi/feature/juice_flybys_example PR - JUICE flybys example 6baf3f2

View on GitHub

DominicDirkx closed a pull request on tudat-team/tudatpy-examples
PR - JUICE flybys example
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...
DominicDirkx created a review comment on a pull request on tudat-team/tudatpy-examples
Could you change the initial time step to 200.0? Having it at 10 leads to a very small time step in the middle, which is (in part) a result of the maximum permitted increase in step size per step. ...

View on GitHub

DominicDirkx created a review on a pull request on tudat-team/tudatpy-examples

View on GitHub

DominicDirkx created a review comment on a pull request on tudat-team/tudatpy-examples
Could you change this to 1 hour (rather than half an hour), it provides a greater range for the time step at the end, which is nice for the example, I think

View on GitHub

DominicDirkx created a review on a pull request on tudat-team/tudatpy-examples

View on GitHub

DominicDirkx created a review comment on a pull request on tudat-team/tudatpy-examples
Having these plots of the time step is really nice! But, why use the cumulative_computation_time_history for this? I think it will be easier to understand if you just use the dependent_variable_his...

View on GitHub

DominicDirkx created a review on a pull request on tudat-team/tudatpy-examples

View on GitHub

luigigisolfi created a review comment on a pull request on tudat-team/tudatpy-examples
yes, I am not quite sure why I keep getting these small changes.

View on GitHub

luigigisolfi created a review on a pull request on tudat-team/tudatpy-examples

View on GitHub

luigigisolfi created a review on a pull request on tudat-team/tudatpy-examples

View on GitHub

luigigisolfi created a review comment on a pull request on tudat-team/tudatpy-examples
yes, I am not quite sure why I keep getting these small changes.

View on GitHub

DominicDirkx created a review comment on a pull request on tudat-team/tudatpy-examples
Exactly :)

View on GitHub

DominicDirkx created a review on a pull request on tudat-team/tudatpy-examples

View on GitHub

DominicDirkx created a review comment on a pull request on tudat-team/tudatpy-examples
That looks like it should work. Good to know that API reference was sufficient to write this :) Does the code still run properly with this?

View on GitHub

DominicDirkx created a review on a pull request on tudat-team/tudatpy-examples

View on GitHub

luigigisolfi created a review comment on a pull request on tudat-team/tudatpy-examples
# Define integrator settings control_settings = propagation_setup.integrator.step_size_control_custom_blockwise_scalar_tolerance( propagation_setup.integrator.standard_cartesian_state_elemen...

View on GitHub

luigigisolfi created a review comment on a pull request on tudat-team/tudatpy-examples
I modeled a point mass contribution

View on GitHub

luigigisolfi created a review on a pull request on tudat-team/tudatpy-examples

View on GitHub

luigigisolfi created a review comment on a pull request on tudat-team/tudatpy-examples
``` # Create empty settings for JUICE spacecraft body_settings.add_empty_settings("JUICE") # Add JUICE mass to body settings body_settings.get("JUICE").constant_mass = 5.0e3 #kg ``` you m...

View on GitHub

luigigisolfi created a review on a pull request on tudat-team/tudatpy-examples

View on GitHub

DominicDirkx created a review comment on a pull request on tudat-team/tudatpy-examples
If we change to using variable time-step integration, a plot with the time step as a function of time for the different flybys would be instructive

View on GitHub

DominicDirkx created a review on a pull request on tudat-team/tudatpy-examples

View on GitHub

DominicDirkx created a review comment on a pull request on tudat-team/tudatpy-examples
Awesome! But the flyby moon is Ganymede, so I think you mean that instead ;)

View on GitHub

DominicDirkx created a review on a pull request on tudat-team/tudatpy-examples

View on GitHub

Load more