pspec_likelihood.likelihood.DataModelInterface.__init__

DataModelInterface.__init__(*, redshift, power_spectrum: ~typing.Annotated[~astropy.units.quantity.Quantity, Unit("mK2")], kpar_bins_obs: ~typing.Annotated[~astropy.units.quantity.Quantity, PhysicalType('wavenumber')], window_function: ~numpy.ndarray, covariance: ~typing.Annotated[~astropy.units.quantity.Quantity, Unit("mK4")], theory_model: ~collections.abc.Callable, sys_model: ~collections.abc.Callable | None = None, cosmology: ~astropy.cosmology._src.flrw.base.FLRW = FlatLambdaCDM(name='Planck18', H0=<Quantity 67.66 km / (Mpc s)>, Om0=0.30966, Tcmb0=<Quantity 2.7255 K>, Neff=3.046, m_nu=<Quantity [0.  , 0.  , 0.06] eV>, Ob0=0.04897), kperp_bins_obs: ~typing.Annotated[~astropy.units.quantity.Quantity, PhysicalType('wavenumber')] | None = None, kpar_bins_theory: ~typing.Annotated[~astropy.units.quantity.Quantity, PhysicalType('wavenumber')] = NOTHING, kperp_bins_theory: ~typing.Annotated[~astropy.units.quantity.Quantity, PhysicalType('wavenumber')] | None = 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.