From 4195d9a7d62fcc270808e318f11455a795199525 Mon Sep 17 00:00:00 2001 From: Laurent Mercadier <laurent.mercadier@xfel.eu> Date: Mon, 19 Jun 2023 15:56:56 +0200 Subject: [PATCH] Adds link to extra data function --- doc/Loading_data_in_memory.ipynb | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/Loading_data_in_memory.ipynb b/doc/Loading_data_in_memory.ipynb index 6224a3c..aaea61b 100644 --- a/doc/Loading_data_in_memory.ipynb +++ b/doc/Loading_data_in_memory.ipynb @@ -1277,7 +1277,9 @@ { "cell_type": "code", "execution_count": 10, - "metadata": {}, + "metadata": { + "scrolled": true + }, "outputs": [ { "data": { @@ -1380,6 +1382,20 @@ "source": [ "tb.check_data_rate(run)" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "There is also an unreleased function from `extra_data`, called `plot_missing_trains()`, to be released in version 1.13.0 (see [here](https://extra-data.readthedocs.io/en/latest/reading_files.html#extra_data.DataCollection.plot_missing_data)) that should shows similar quantities." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { -- GitLab