Method

NumCosmoGalaxySDShapeHSMGaussGlobaldata_get

Declaration [src]

void
nc_galaxy_sd_shape_hsm_gauss_global_data_get (
  NcGalaxySDShapeHSMGaussGlobal* gsdsgauss,
  NcGalaxySDShapeData* data,
  gdouble* epsilon_obs_1,
  gdouble* epsilon_obs_2,
  gdouble* std_noise,
  gdouble* c1,
  gdouble* c2,
  gdouble* m
)

Description [src]

Gets the observed ellipticity components and the gaussian noise dispersion.

Parameters

data

Type: NcGalaxySDShapeData

A NcGalaxySDShapeData.

The data is owned by the caller of the method.
epsilon_obs_1

Type: gdouble*

The observed ellipticity component 1.

The argument will be set by the function.
epsilon_obs_2

Type: gdouble*

The observed ellipticity component 2.

The argument will be set by the function.
std_noise

Type: gdouble*

The observational shape dispersion.

The argument will be set by the function.
c1

Type: gdouble*

The additive bias component 1.

The argument will be set by the function.
c2

Type: gdouble*

The additive bias component 2.

The argument will be set by the function.
m

Type: gdouble*

The multiplicative bias.

The argument will be set by the function.