yaw.options.BinMethod#

class yaw.options.BinMethod(value)[source]#

Bases: StrEnum

Possible values for parameter method.

linear#

Redshift bin edges linear in redshift (default).

comoving#

Redshift bin edges linear in comoving distance.

logspace#

Redshift bin edges linear in 1+ln(z).

custom#

User provided redshift bin edges.

Note

Methods omitted here, all string methods should be inherited.