@@ -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.