2.3.1.3. cpforager.AXY.full_diag

AXY.full_diag(fig_dir, file_id, plot_params, fast=False)

Produce the full diagnostic of the AXY data.

Parameters:
  • self (cpforager.AXY) – an AXY object

  • fig_dir (str) – figure saving directory.

  • file_id (str) – name of the saved figure.

  • plot_params (dict) – plot parameters dictionary.

  • fast (bool) – faster plotting if True.

Returns:

the full diagnostic figure.

Return type:

matplotlib.pyplot.Figure

The figure is save at the png format. Faster plotting is achieved by considering 1 over 10 acceleration measures.

Warning

Calling this method may takes some if data is heavy.