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