Closed sergiohcdna closed 3 years ago
When fitting spectrum to a particular mass, csdmatter remove previous models to test only DM-matter signals with an IRF background
I added the following to _fit_mass_point method:
_fit_mass_point
if not obssim.models().is_empty(): obssim.models().clear()
When fitting spectrum to a particular mass, csdmatter remove previous models to test only DM-matter signals with an IRF background