Dataset#
- class gammapy.datasets.Dataset[source]#
Bases:
abc.ABC
Dataset 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
Combined fit and safe mask
Methods Summary
copy
([name])A deep copy.
Statistic array, one value per data point.
stat_sum
()Total statistic given the current model parameters.
to_dict
()Convert to dict for YAML serialization.
Attributes Documentation
- mask#
Combined fit and safe mask
- name#
- tag#
Methods Documentation