tudat-team / tudatpy

A Python platform to perform astrodynamics and space research.

Home Page:https://tudat-space.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: array comparison

gaffarelj opened this issue · comments

A function should be added to the utilities to compare the results from two different simulations.
Two arrays corresponding to propagated data from different time epochs can then be compared, using an interpolator.
This allows comparing simulations with each other, comparing for instance results from a modified simulation w.r.t. a baseline.
Options should be made on what to do if the second simulation appears shorter/longer than the first (warning, error, extend, truncate).

Implementation done, see commit 4fc387a.

Nice feature, thanks for proposing and adding it! Have you also added an API entry?

Yes I have, you can find the associated documentation here.