firecrown.models.cluster.binning.NDimensionalBin#

class firecrown.models.cluster.binning.NDimensionalBin[source]#

Bases: ABC

Class which defines the interface for an N dimensional bin.

Public Methods:

__str__()

Returns a string representation of the bin edges.


__str__()[source]#

Returns a string representation of the bin edges.

Return type:

str

abstract property mass_proxy_edges: tuple[float, float]#

Mass proxy bin edges.

abstract property z_edges: tuple[float, float]#

Redshift bin edges.