Method

NumCosmoGalaxySDShapeGaussHSCdata_get

Declaration [src]

void
nc_galaxy_sd_shape_gauss_hsc_data_get (
  NcGalaxySDShapeGaussHSC* gsdshsc,
  NcGalaxySDShapeData* data,
  gdouble* epsilon_obs_1,
  gdouble* epsilon_obs_2,
  gdouble* std_shape,
  gdouble* std_noise,
  gdouble* c1,
  gdouble* c2,
  gdouble* m
)

Description [src]

Gets the observed ellipticity components and the observational shape 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_shape

Type: gdouble*

The intrinsic shape dispersion.

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 first additive bias parameter.

The argument will be set by the function.
c2

Type: gdouble*

The second additive bias parameter.

The argument will be set by the function.
m

Type: gdouble*

The multiplicative bias parameter.

The argument will be set by the function.