grss.prop.prop_utils.plot_bplane

Contents

grss.prop.prop_utils.plot_bplane#

grss.prop.prop_utils.plot_bplane(ca_list, plot_offset=False, scale_coords=False, n_std=3, units_km=False, equal_axis=True, print_ellipse_params=False, show_central_body=True, sigma_points=None, analytic_info=None)#

Plot the B-planes of a list of close approaches.

Parameters:
  • ca_list (list) – List of CloseApproach objects

  • plot_offset (bool, optional) – True to plot the offset from the mean, False to plot the raw data, by default False.

  • scale_coords (bool, optional) – True to scale the coordinates to the body’s radius, False to leave in km, by default False.

  • n_std (float, optional) – Number of standard deviations to plot, by default 3.0

  • units_km (bool, optional) – True to plot in km, False to plot in AU, by default False.

  • equal_axis (bool, optional) – True to make the x and y axes equal, False to leave them as is, by default True.

  • print_ellipse_params (bool, optional) – True to print the ellipse parameters, False to not print, by default False.

  • show_central_body (bool, optional) – True to show the central body, False to not show it, by default True.

  • sigma_points (prop.SigmaPoints, optional) – SigmaPoints object for reconstructing mean and cov, by default None.

  • analytic_info (tuple, optional) – Tuple of analytic B-plane information (initial covariance and state conversion partial derivatives), by default None.

Returns:

None – None

Return type:

NoneType