Method
NumCosmoGalaxyShapeFactorapply_shear_inv
Declaration [src]
void
nc_galaxy_shape_factor_apply_shear_inv (
NcGalaxyShapeFactor* gsf,
const NcmComplex* g,
const NcmComplex* E_obs,
NcmComplex* E
)
Description [src]
Applies the inverse shear transformation using g to recover the intrinsic
ellipticity E from the observed ellipticity E_obs. The transformation
depends on the NcGalaxyWLObsEllipConv configured in gsf.
Parameters
g-
Type:
NcmComplexInput reduced shear as a
NcmComplex.The data is owned by the caller of the method. E_obs-
Type:
NcmComplexInput observed ellipticity as a
NcmComplex.The data is owned by the caller of the method. E-
Type:
NcmComplexOutput intrinsic ellipticity as a
NcmComplex.The data is owned by the caller of the method.