diff --git a/buoy/utils/plotting.py b/buoy/utils/plotting.py index bb24b5f..7cff47c 100644 --- a/buoy/utils/plotting.py +++ b/buoy/utils/plotting.py @@ -59,6 +59,7 @@ def plot_aframe_response( plt.legend(loc="upper right") plt.xlim(t0 + 94, t0 + 102) plt.grid() + plt.title(f"Maximum detection statistic: {max(integrated):.2f}") plt.savefig(plotdir / "aframe_response.png", bbox_inches="tight") plt.close()