edges_analysis.plots.plot_daily_residuals

edges_analysis.plots.plot_daily_residuals(objs: list[GSData], model: Model | None = None, separation: float = 20.0, ax: Axes | None = None, load: int = 0, pol: int = 0, **kw) Axes[source]

Make a single plot of residuals for each object.

Parameters:
  • objs – A list of objects to plot.

  • separation – The separation between residuals in K (on the plot).

Other Parameters:

All other parameters are passed through to :func:`plot_time_average`.

Returns:

ax – The matplotlib Axes on which the plot is made.