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