ChannelBins =========== .. currentmodule:: gdt.core.data_primitives .. autoclass:: ChannelBins :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~ChannelBins.centroids ~ChannelBins.chan_nums ~ChannelBins.count_uncertainty ~ChannelBins.counts ~ChannelBins.exposure ~ChannelBins.hi_edges ~ChannelBins.lo_edges ~ChannelBins.range ~ChannelBins.rate_uncertainty ~ChannelBins.rates ~ChannelBins.size ~ChannelBins.widths .. rubric:: Methods Summary .. autosummary:: ~ChannelBins.closest_edge ~ChannelBins.contiguous_bins ~ChannelBins.create ~ChannelBins.from_rates ~ChannelBins.merge ~ChannelBins.rebin ~ChannelBins.slice ~ChannelBins.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