Function

NumCosmowl_ellipticity_apply_shear_inv_trace_det_ptr

Declaration [src]

void
nc_wl_ellipticity_apply_shear_inv_trace_det_ptr (
  const NcmComplex* g,
  const NcmComplex* e_obs,
  NcmComplex* e
)

Description [src]

Recovers the intrinsic ellipticity e from the observed ellipticity e_obs under the reduced shear g, in the trace-determinant (ellipticity) convention.

Parameters

g

Type: NcmComplex

Reduced shear as a NcmComplex.

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

Type: NcmComplex

Observed ellipticity as a NcmComplex.

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

Type: NcmComplex

Output intrinsic ellipticity as a NcmComplex.

The data is owned by the caller of the function.