REGEARD Maxime
REGEARD Maxime
**Gammapy version** Gammapy 0.20.1 **Bug description** It appears that while fixing the bug related to FluxPoints when using a CompoundSectralModel, it is now (Gammapy-0.20.1) impossible to create a CompoundSpectralModel with...
Split of PR #4699. Here is the base class part. This introduces a base class for object of the pulsar catalog of Fermi (both 2PC and 3PC). The part where...
Should we expose the `FitResult` class ? I think it would be a good idea. It could help debugging and understanding why a fit failed.
Awaiting merge of https://github.com/gammapy/gammapy/pull/5056. Split of PR https://github.com/gammapy/gammapy/pull/4699. Here is the 3PC part.
This pull request introduce "union" filtering in `ObservationFilter`, as mentioned in #4511. First of all, I introduce a new input parameter to the class, `event_filter_method`, which can take either the...
Awaiting merge of #5056. Split of PR https://github.com/gammapy/gammapy/pull/4699. Here is the 2PC part.
This pull request introduce the 2PC Fermi-LAT catalog to `gammapy.catalog` sub-package. The catalog fits file consist of 2 main HDUs: - One is for the actual pulsar catalog. It gathers...
Since we are currently implementing metadata in gammapy, I think we should have a section on metadata in the developer how to tutorial. It would show the basic structure of...
This PR update the pulsar phase how to. I refactor a little the text and the code and added a link to the recipe page. PS: I cannot provide a...
I get the following error message when building plenary using Lazy: But [email protected] is disabled in homebrew. So I cannot install lua version 5.1. What should I do about it...