From 25829f596f889e354b8b4da5f0d8bac87f051f18 Mon Sep 17 00:00:00 2001 From: Danilo Enoque Ferreira de Lima <danilo.enoque.ferreira.de.lima@xfel.eu> Date: Tue, 20 Dec 2022 11:35:08 +0100 Subject: [PATCH] Added a comment about the offline analysis. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3deaa9c..8ed989d 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,10 @@ channels = [f"channel_{i}_{l}" for i, l in product(range(1, 5), ["A", "B", "C", low_resolution_raw_data = {ch: run['SA3_XTD10_PES/ADC/1:network', f"digitizers.{ch}.raw.samples"].select_trains(by_id[tids]).ndarray() for ch in channels} ``` +## Offline analysis test + +After installation, the command-line tool `offline_analysis` may be used to test the tool in recorded datasets. + ## Exploration initial tests A first draft and explorative code can be seen in the `exploration` directory. -- GitLab