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