pspec_likelihood.likelihood.DataModelInterface.__init__#

DataModelInterface.__init__(*, redshift, power_spectrum: ~astropy.units.quantity.Quantity, window_function, covariance: ~astropy.units.quantity.Quantity, theory_model: ~typing.Callable, sys_model: ~typing.Callable | None = None, cosmology: ~astropy.cosmology.flrw.base.FLRW = FlatLambdaCDM(name="Planck18", H0=67.66 km / (Mpc s), Om0=0.30966, Tcmb0=2.7255 K, Neff=3.046, m_nu=[0.   0.   0.06] eV, Ob0=0.04897), kpar_bins_obs: ~astropy.units.quantity.Quantity, kperp_bins_obs: ~astropy.units.quantity.Quantity | None = None, kpar_bins_theory: ~astropy.units.quantity.Quantity = _Nothing.NOTHING, kperp_bins_theory: ~astropy.units.quantity.Quantity | None = _Nothing.NOTHING, theory_uses_little_h=False, theory_uses_spherical_k=False, obs_use_spherical_k=False, theory_param_names=None, sys_param_names=None, apply_window_to_systematics=True) None#

Method generated by attrs for class DataModelInterface.