In this release of attpc_engine, there are two main features
- A critical bugfix. In versions 0.6-0.8 there was a mistake in the max_event value used in the detector simulation outputfiles, which would result in an underestimation of the detector efficiency. This is has been fixed and tested.
- Arbitrary polar angular distributions are now available through the PolarArbitrary class. Arbitrary distributions are specified by an array of of angle bin edges and probabilities for those bins.
If you have used engine 0.6-0.8 to produce efficiency calculations you need to re-run those calculations with this update. The previous versions were not accurate to the aforementioned bug.
Documentation has been updated for these changes.
What's Changed
- Update by @gwm17 in #58
- PolarArbitrary and doc updates by @gwm17 in #59
- Bugfix: critical error in max_event attr of detector file by @gwm17 in #60
- Bump to rc by @gwm17 in #61
- Bump to full release by @gwm17 in #62
Full Changelog: v0.8.0...v0.9.0