Function
NumCosmowl_ellipticity_apply_shear_inv_trace_ptr
Declaration [src]
void
nc_wl_ellipticity_apply_shear_inv_trace_ptr (
const NcmComplex* g,
const NcmComplex* chi_obs,
NcmComplex* chi
)
Description [src]
Recovers the intrinsic distortion chi from the observed distortion chi_obs
under the reduced shear g, in the trace (distortion) convention.
Parameters
g-
Type:
NcmComplexReduced shear as a
NcmComplex.The data is owned by the caller of the function. chi_obs-
Type:
NcmComplexObserved distortion as a
NcmComplex.The data is owned by the caller of the function. chi-
Type:
NcmComplexOutput intrinsic distortion as a
NcmComplex.The data is owned by the caller of the function.