-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc * Update README.md * doc * doc
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# Plugins | ||
## Scope | ||
Modified `straxen` [data structure](https://straxen.readthedocs.io/en/latest/reference/datastructure_nT.html) up to `peaklets`. Everything above is designed to be exactly the same as `straxen`. | ||
Modified `straxen` and `fuse` [data structure](https://straxen.readthedocs.io/en/latest/reference/datastructure_nT.html) up to `peaklets`. Everything above is designed to be exactly the same as `straxen`. | ||
## Structure | ||
- `s_raw_records.py`: Modified `raw_records` specifically for simulated `raw_records`, which determine chunking time range based on the ones' from `raw_reocrds` | ||
- `f_raw_records.py`: `fuse` based plugins. Modified `ChunkCsvInput` from `fuse ` specifically for `raw_records_simu`, which determine chunking time range based on the ones' from `raw_reocrds` | ||
- `s_raw_records.py`: `wfsim` based plugins. Modified `raw_records` specifically for `raw_records_simu`, which determine chunking time range based on the ones' from `raw_reocrds` | ||
- `records.py`: Modified `records`, which combines `raw_reords` and `raw_records_simu` together. The latter one's channel starts at constant variable `SCHANNEL_STARTS_AT`. | ||
- `peaklets.py`: Modified `peaklets`, which build peaks as there are `2*n_tpc_pmts` channels, but sum up per-channel information (`area_per_channel` and top-bottom specific fields) as if there are only `n_tpc_pmts`. | ||
## Data Structure | ||
<img width="521" alt="image" src="https://github.com/FaroutYLq/saltax/assets/47046530/9c3ef86c-a171-4082-914a-98f6eee14a58"> | ||
<img width="1700" alt="image" src="https://github.com/FaroutYLq/saltax/assets/47046530/5042d5cd-d42f-4a56-8904-b4911c5efe1c"> | ||
|
||
|
||
Here the numbers are marking number of channels in the plugin. |