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:
NcmComplexReduced shear as a
NcmComplex.The data is owned by the caller of the function. chi-
Type:
NcmComplexIntrinsic distortion as a
NcmComplex.The data is owned by the caller of the function. chi_obs-
Type:
NcmComplexOutput observed distortion as a
NcmComplex.The data is owned by the caller of the function.