Function

NumCosmowl_ellipticity_apply_shear_inv_trace_ptr

Declaration [src]

void
nc_wl_ellipticity_apply_shear_inv_trace_ptr (
  const NcmComplex* g,
  const NcmComplex* chi_obs,
  NcmComplex* chi
)

Description [src]

Recovers the intrinsic distortion chi from the observed distortion chi_obs under the reduced shear g, in the trace (distortion) convention.

Parameters

g

Type: NcmComplex

Reduced shear as a NcmComplex.

The data is owned by the caller of the function.
chi_obs

Type: NcmComplex

Observed distortion as a NcmComplex.

The data is owned by the caller of the function.
chi

Type: NcmComplex

Output intrinsic distortion as a NcmComplex.

The data is owned by the caller of the function.