BackgroundSpectrum ================== .. currentmodule:: gdt.core.background.primitives .. autoclass:: BackgroundSpectrum :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~BackgroundSpectrum.centroids ~BackgroundSpectrum.count_uncertainty ~BackgroundSpectrum.counts ~BackgroundSpectrum.exposure ~BackgroundSpectrum.hi_edges ~BackgroundSpectrum.lo_edges ~BackgroundSpectrum.range ~BackgroundSpectrum.rate_uncertainty ~BackgroundSpectrum.rate_uncertainty_per_kev ~BackgroundSpectrum.rates ~BackgroundSpectrum.rates_per_kev ~BackgroundSpectrum.size ~BackgroundSpectrum.widths .. rubric:: Methods Summary .. autosummary:: ~BackgroundSpectrum.closest_edge ~BackgroundSpectrum.contiguous_bins ~BackgroundSpectrum.from_rates ~BackgroundSpectrum.merge ~BackgroundSpectrum.rebin ~BackgroundSpectrum.slice ~BackgroundSpectrum.sum .. rubric:: Attributes Documentation .. autoattribute:: centroids .. autoattribute:: count_uncertainty .. autoattribute:: counts .. autoattribute:: exposure .. autoattribute:: hi_edges .. autoattribute:: lo_edges .. autoattribute:: range .. autoattribute:: rate_uncertainty .. autoattribute:: rate_uncertainty_per_kev .. autoattribute:: rates .. autoattribute:: rates_per_kev .. autoattribute:: size .. autoattribute:: widths .. rubric:: Methods Documentation .. automethod:: closest_edge .. automethod:: contiguous_bins .. automethod:: from_rates .. automethod:: merge .. automethod:: rebin .. automethod:: slice .. automethod:: sum