grss.prop.prop_utils.plot_ca_summary#
- grss.prop.prop_utils.plot_ca_summary(prop_sim, flyby_body, central_body='Earth', x_min=None, x_max=None, y_min=0.1, y_max=None)#
Plot the relative radial velocity and distance of the close approaches of a given prop_sim object.
- Parameters:
prop_sim (PropSimulation) – PropSimulation object to show the close approaches of
flyby_body (str) – Name of the body to plot the close approaches of
central_body (str, optional) – Name of the body to plot the close approaches with, by default ‘Earth’. (should match name in prop_sim)
x_min (float, optional) – Minimum time to show, by default None
x_max (float, optional) – Maximum time to show, by default None
y_min (float, optional) – Minimum distance to show, by default 1e-1 body radii
y_max (float, optional) – Maximum distance to show, by default None
- Returns:
None – None
- Return type:
NoneType