Version 1.0.0
Release Notes:
- This release adds some more c++ utility for improved speed
- DNN data for complete detector can now be computed from within c++ as opposed to only per DOM
- Two new data formats:
reduced_summary_statistics_data
andtotal_dom_charge
are added, which compute the input data entirely in c++. This allows to run networks with speeds of <1ms/event
Changes:
- only set data of container if writing to frame and necessary: improves runtime when not needed
- restructured code to use different calculation methods
calculate_for_detector
andcalculate_per_dom
. This allows to move the entire input data calculation to c++
Bug fixes:
- add support for older boost versions of py2
Added Functionality:
- added c++ function
ext_boost.merge_pulses
to merge pulses - added c++ function
ext_boost.combine_exclusions
to combine exclusions - Add option to directly fill DNN data container from within c++ via pybindings
- added data formats:
reduced_summary_statistics_data
andtotal_dom_charge