SiLab-Bonn / irrad_spectroscopy

Gamma-spectroscopy of (irradiated) samples in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugs

leloup314 opened this issue · comments

Remove some known bugs:

  • fix IndexError for empty background for local background fit, e.g. masking entire peak surroundings, fixed in 4e480c0
  • remove out-of-range gamma lines from validation procedure, fixed in 510d3fe
  • correctly estimate intersection of peak fit and local background from data, fixed in 4e480c0
  • multiple x peak positions for one count height possible, needs loop, fixed in 2c00f37
  • finding start parameters for peak fit sometimes gives IndexError, fixed in 2c00f37
  • calibrations only need to check whether the line is in the source dict, fixed in 2c00f37
  • fix KeyError for local_bkg=False, fixed in 2c00f37
  • fix sanity-check: higher probability of gamma should have higher activity in peak, fixed in af4773b
  • fix Gaussian error propagation for spectroscopy.get_activity, fixed in 566b811