def Transf(self, k, transf_mod="Eisenstein"): """ transfer function to add the effects of gravitational instabilities and/or baryonic interactions to the fluctuations generated during inflation """ if self.transf_mod == "Eisenstein": transfnc_eh(k, )
def T(self): """ transfer function """ return transfnc_eh(self.k, Om=self.Om, h=self.h_transf, T_cmb=self.T_cmb, incl_baryons=self.incl_baryons)