Dataset¶
-
class
gammapy.utils.fitting.Dataset[source]¶ Bases:
abc.ABCDataset abstract base class.
TODO: add tutorial how to create your own dataset types.
For now, see existing examples in Gammapy how this works:
Attributes Summary
maskCombined fit and safe mask Methods Summary
copy(self)A deep copy. likelihood(self)Total likelihood given the current model parameters. likelihood_per_bin(self)Likelihood per bin given the current model parameters Attributes Documentation
-
mask¶ Combined fit and safe mask
Methods Documentation
-