The figure_of_merit_graphs module#

Summary#

gi_all_dop_line_chart()

Create a plot of all DOP values, over time, for the point currently selected via the figure of merit grid inspector.

gi_point_fom_line_chart()

Create a plot of the figure of merit values over time, for the point currently selected via the figure of merit grid inspector.

gi_point_satisfaction_interval_graph()

Create an interval graph of the satisfaction intervals for the point currently selected via the figure of merit grid inspector.

gi_region_fom_line_chart()

Create a plot of the minimum, maximum, and average figure of merit value, sampled over all grid points within the region currently selected in the figure of merit grid inspector, over time.

gi_region_satisfaction_interval_graph()

Create an interval graph of the intervals of time when the region selected by the grid inspector is partially covered.

grid_stats_over_time_line_chart()

Create a plot of the minimum, maximum, and average figure of merit values, sampled over all grid points, over time.

satisfied_by_time_line_chart()

Create a plot of the percentage of the grid which satisfies the satisfaction criteria defined in the figure of merit, as a function of time.

value_by_latitude_line_chart()

Create a plot of the minimum, maximum, and average figure of merit value, sampled over all grid points at the same latitude, as a function of latitude.

value_by_longitude_line_chart()

Create a plot of the minimum, maximum, and average figure of merit value, sampled over all grid points at the same longitude, as a function of longitude.

Description#

Provides graphs for FigureOfMerit objects.