MatterComponent#
- class astropy.cosmology.traits.MatterComponent[source]#
Bases:
objectMethods Summary
Om(z)Return the density parameter for non-relativistic matter at redshift
z.Methods Documentation
- Om(z)[source]#
Return the density parameter for non-relativistic matter at redshift
z.- Parameters:
- zQuantity-like [‘redshift’], numpy:array_like
Input redshift.
Changed in version 7.0: Passing z as a keyword argument is deprecated.
- Returns:
- Om
ndarray The density of non-relativistic matter relative to the critical density at each redshift.
- Om
Notes
This does not include neutrinos, even if non-relativistic at the redshift of interest.