Releases: mdebony/BAccMod
Releases · mdebony/BAccMod
Release list
v0.4.1
v0.4.0
The major changes brought by this release are:
- Simplification of the interface with one method for creating the model and one method to create a background IRFs for a dataset
- Allow to have irregular energy axis for computation (interpolated to a regular one for the final model)
- Allow to have a dynamic size for the bins of the energy axis for computation
- Allow to split data in two azimuth hemisphere east/west
- Add support for gammapy 2.0
- Improvement on the logs messages
- A few bug fixes
v0.3.0
The package is now called BAccMod instead of acceptance_modelisation. The licence have been updated to the LGPv3 licence.
This update solve a few bugs on background orientation.
There are also several improvement and new functionality :
- Add possibility to compute background from off runs
- New algorithm for the zenith adaptive binning (grouping as function of livetime, or livetime per wobble position)
- Possibility to fit spatial model for 3D background
- Add option for automatic run splitting for better zenith dependent model
- Add option to compute the final model of a run as the average model along the zenith track
- Improvement in the log provided by the tool
- Optimization on various element of the code including 3D model creation
Contributor to this release :
@gabemery
@mdebony
@MSCarrasco
@StFroese
v0.2.0
Main feature :
Breaking change in the interface
-Support of gammapy 1.1
-Implementation of 3D background model
What's Changed
- Update documentation and README file by @aaguasca in #1
- 3D implementation debugging by @MSCarrasco in #3
- Implementation of 3D background model by @mdebony in #4