fermiPy / fermipy

Fermi-LAT Python Analysis Framework
http://fermipy.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
52 stars 54 forks source link

Lightcurve new features #528

Open henrikef opened 1 year ago

henrikef commented 1 year ago

Diagnostic plots

Other features

adonath commented 1 year ago

Maybe this is of interest here: in Gammapy we have now a generalized FluxPoints class, which stores an n-dimensional set of flux points. Internally it uses the exact same representation as fermipy, based on a reference model and an array of "norm" values. In general this means flux points can vary with arbitrary physical axes, such as energy, time, spatial coordinates or e.g. event types. This makes plotting certain quantities very simple, see e.g.

As fermipy already uses Gammapy as a dependency, this might save some work here.