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

Merge tudatpy.io and tudatpy.kernel.interface

gaffarelj opened this issue · comments

The tudatpy.io and tudatpy.kernel.interface submodules should be merged together since they contain methods of similar scopes.

Important to note: the tudatpy.io module contains a mix of Python and C++ (exposed to Python) methods. The code exposed from C++ is actually in tudatpy.kernel.io (which is mentioned nowhere so users don't use that directly). The code that is directly written in Python is in tudatpy/io.py (do note that the tudatpy.kernel.io module is actually loaded into tudatpy.io on this line).