strax
strax copied to clipboard
Stream analysis for xenon TPCs
The order is swapped.... https://github.com/AxFoundation/strax/blob/addc2c5b7305867c2dd3589b5b16dac88028b14b/strax/context.py#L629 Not a bug, but not nice...
This is an implementation of issue #431, adds option to split the data by overlap with the two target chunks instead of full containment. The overlapping data is automatically trimmed...
**Describe the bug** When NaNs are cast as integer or float types (e.g. int64), it converts it to a large negative number, rather than being recognized as NaN. This can...
**Describe the bug** When I load data using the `keep_columns` argument in `context.get_df`, I get an error (at the end of the post) if the data wasn't made yet. Without...
**Describe the bug** `OverlapWindowPlugin` causes un-splittable chunks. See e.g. `'020318'` **To Reproduce** Insert the MWE of how to reproduce the error ```bash straxer 020318 --target event_info_double --context xenonnt_v3 --package cutax...
https://github.com/AxFoundation/strax/blob/afaf8cf6e468a87977eec8a6cb76812ada175437/strax/processing/peak_building.py#L482-L484 If we make the lone hits area also normalized according to PMT adc_to_pe like the peaklets instead of [ADC x samples], will it cause trouble elsewhere?
You may get a RuntimeError while loading data with a time range, such as ``` ~/software/strax/strax/plugin.py in _fetch_chunk(d, hope_to_see) 259 and self.input_buffer[d].end < hope_to_see): 260 raise RuntimeError( --> 261 f"Tried...
**Describe the bug** It looks like during peak building the peak waveform is being truncated by at least one sample, resulting in the last peaklet being truncated and ignored. This...
One of my favourite compressors for saving dataframes might be worth the investigation for saving our structured arrays to
**What is the problem / what does the code in this PR do** The gap-size-based merging algorithm we are using now is not able to / optimized for splitting merged...