tudat-team / tudatpy

A Python platform to perform astrodynamics and space research.
https://tudat-space.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
29 stars 29 forks source link

Adding NSDC code #129

Open FDahmani opened 9 months ago

FDahmani commented 9 months ago

Initial pull request for the NSDC reading code. Please check the function names, whether they are clear and not confusing in the big picture of tudatpy. Make sure to load the necessary kernels, in this case 'jup344.bsp'. You can verify with the following file: ji0003.txt You should get the following results: Means: [ 4.82986612e-07 -4.81475772e-07] Stddevs: [1.54415899e-06 1.06032470e-06]

DominicDirkx commented 7 months ago

@FDahmani Could you add the script that should be run, from which I would get this output?