gnatss.ops.qc module

gnatss.ops.qc module#

gnatss.ops.qc.export_qc_plots(config, result_dict)#
gnatss.ops.qc.plot_enu_comps(residuals_df: DataFrame, config: Configuration, figsize: tuple[int, int] = (10, 5)) Figure#

Plot averaged ENU components

Parameters:
residuals_dfpd.DataFrame

The residuals dataframe

configConfig

The configuration object

figsizetuple, default (10, 5)

The figure size

Returns:
plt.Figure

The matplotlib figure

gnatss.ops.qc.plot_residuals(residuals_df: DataFrame, outliers_df: DataFrame | None = None, figsize: tuple = (10, 5)) Figure#

Plot residuals

Parameters:
residuals_dfpd.DataFrame

Residuals dataframe

outliers_dfpd.DataFrame, optional

Outliers dataframe

figsizetuple, default (10, 5)

The figure size

Returns:
plt.Figure

The matplotlib figure