Open henrikef opened 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.
Diagnostic plots
Other features