This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) Dietmar Wolz. | |
# | |
# Optimization model solutions for https://www.esa.int/Science_Exploration/Space_Science/Solar_Orbiter | |
# Computed with https://github.com/dietmarwo/fast-cma-es | |
# Solutions are for pykep.trajopt.gym._solar_orbiter._solar_orbiter_udp_1dsm | |
# Requires pykep PR branch https://github.com/esa/pykep/pull/127 | |
from pykep.planet import jpl_lp | |
import matplotlib.pyplot as plt |