Method
NumCosmoGalaxyShapeFactorapply_shear
Declaration [src]
void
nc_galaxy_shape_factor_apply_shear (
NcGalaxyShapeFactor* gsf,
const NcmComplex* g,
const NcmComplex* E,
NcmComplex* E_obs
)
Description [src]
Applies the reduced shear g to the intrinsic ellipticity E, storing the
resulting observed ellipticity in 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-
Type:
NcmComplexInput intrinsic ellipticity as a
NcmComplex.The data is owned by the caller of the method. E_obs-
Type:
NcmComplexOutput observed ellipticity as a
NcmComplex.The data is owned by the caller of the method.