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