strax
strax copied to clipboard
Stream analysis for xenon TPCs
Suggested by @darrylmasson: > does strax have a nice way of communicating which plugin is the bottleneck? Pax had that table at the end of a run, it seems like...
See #129
**What is the problem / what does the code in this PR do** **Can you briefly describe how it works?** **Can you give a minimal working example (or illustrate with...
**What is the problem / what does the code in this PR do** This PR adds the option to save the first n (default to 200) samples of the merged...
`Plugin.version` was introduced at the very early stage of strax development: https://github.com/AxFoundation/strax/blame/v1.2.0/strax/plugin.py#L237. But we never used it. So we should delete it.
To solve the problem mentioned in #829 , we add the hash for the source code to the plugin lineage. A unit test is also added as an minimal working...
**What is the problem / what does the code in this PR do** Adds S3 functionality to strax **Can you briefly describe how it works?** We can now use an...