Function

NumCosmowl_ellipticity_apply_shear_trace_ptr

Declaration [src]

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

Description [src]

Applies the reduced shear g to the intrinsic distortion chi in the trace (distortion) convention, storing the result in chi_obs.

Parameters

g

Type: NcmComplex

Reduced shear as a NcmComplex.

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

Type: NcmComplex

Intrinsic distortion as a NcmComplex.

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

Type: NcmComplex

Output observed distortion as a NcmComplex.

The data is owned by the caller of the function.