grss.prop.prop_utils.plot_earth_impact#
- grss.prop.prop_utils.plot_earth_impact(impact_list, print_ellipse_params=False, sigma_points=None, zoom_size=5000.0, plot_ellipse=False, save_name=None)#
Plot the impact locations of a list of impactParameters objects.
- Parameters:
impact_list (list) – List of impactParameters objects
print_ellipse_params (bool, optional) – True to print the ellipse parameters, False to not print, by default False.
sigma_points (prop.SigmaPoints, optional) – SigmaPoints object for reconstructing mean and cov, by default None.
zoom_size (float, optional) – Size of the zoomed in plot, in km, by default 5.0e3.
plot_ellipse (bool, optional) – True to plot the 3-sigma ellipse, False to not plot it, by default False.
save_name (str, optional) – Name to save the plots as, by default None.