Releases: WireCell/wire-cell-build
Per-channel response, small memory improvements and bugfix.
This release adds support for per-channel response functions which removes some remaining artifacts in the signal processing for MicroBooNE data. (Vertical "fangs" in tick vs channel event displays).
The ExecMon/MemUsage helper objects are removed as ironically they slightly exacerbate memory fragmentation.
Finally, a bug was fixed in the type used for one of the config parameters.
Noise filter + signal processing and support for running in art/LArSoft.
0.6.1 Remove unwanted internal dependency.
0.5.0
This release provides enhanced signal protection in the coherent noise filter.
Very low raw ADC for tracks that are very perpendicular to wires, particularly those wires in induction planes, would get subtracted as they produced waveforms very similar to coherent noise. To protect these signals, instead of simply subtracting the median waveform, this waveform is now first deconvolved with the detector response. The peaks in the resulting "median signal" waveform are used to define regions to protect when subtracting the median ADC from the coherent group of waveforms.
Release 0.0.4
This adds significant speedup for the noise filtering and now explicitly depends on FFTW3.
It also includes 0.0.3 which had fixes to help build at FNAL.
Initial release for uBoone noise subtraction and LArSoft integration.
0.0.2 add a few tests