Skip to content

Releases: mdebony/BAccMod

v0.4.1

Choose a tag to compare

@mdebony mdebony released this 03 Apr 10:28

Add support for gammapy 2.1, scipy 1.17 and numpy 2.4

v0.4.0

Choose a tag to compare

@mdebony mdebony released this 16 Oct 15:10

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

Contributor to this release :
@gabemery
@mdebony

v0.3.0

Choose a tag to compare

@mdebony mdebony released this 03 Jan 15:28
8958738

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

Choose a tag to compare

@mdebony mdebony released this 25 Jan 10:30
c6ae04e

Main feature :
Breaking change in the interface
-Support of gammapy 1.1
-Implementation of 3D background model

What's Changed

New Contributors