Function

NumCosmowl_ellipticity_apply_shear_trace_det_ptr

Declaration [src]

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

Description [src]

Applies the reduced shear g to the intrinsic ellipticity e in the trace-determinant (ellipticity) convention, storing the result in e_obs.

Parameters

g

Type: NcmComplex

Reduced shear as a NcmComplex.

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

Type: NcmComplex

Intrinsic ellipticity as a NcmComplex.

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

Type: NcmComplex

Output observed ellipticity as a NcmComplex.

The data is owned by the caller of the function.