Skip to content
Snippets Groups Projects
Commit 25829f59 authored by Danilo Enoque Ferreira de Lima's avatar Danilo Enoque Ferreira de Lima
Browse files

Added a comment about the offline analysis.

parent 5e1c5100
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,10 @@ channels = [f"channel_{i}_{l}" for i, l in product(range(1, 5), ["A", "B", "C", ...@@ -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} 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 ## Exploration initial tests
A first draft and explorative code can be seen in the `exploration` directory. A first draft and explorative code can be seen in the `exploration` directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment