Method

NumCosmoRecombv_tau_lambda_features

Declaration [src]

void
nc_recomb_v_tau_lambda_features (
  NcRecomb* recomb,
  NcHICosmo* cosmo,
  gdouble logref,
  gdouble* lambda_max,
  gdouble* lambda_l,
  gdouble* lambda_u
)

Description [src]

Calculates the maximum of the visibility function [Eq \eqref{eq:def:vtau}], i.e, the value of $\lambda_\text{max}$ where $dv_\tau(\lambda_\text{max})/d\lambda = 0$, and the values where the visibility drops to $v_\tau(\lambda_\text{max})e^{-\text{logref}}$ to the left $\lambda_l$ and to the right $\lambda_u$ of $\lambda_\text{max}$.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

The data is owned by the caller of the method.
logref

Type: gdouble

The logarithm of the reference scale.

lambda_max

Type: gdouble*

$\lambda_\text{max}$.

The argument will be set by the function.
lambda_l

Type: gdouble*

$\lambda_l$.

The argument will be set by the function.
lambda_u

Type: gdouble*

$\lambda_u$.

The argument will be set by the function.