Method

NumCosmoGalaxyShapeFactordata_get

Declaration [src]

void
nc_galaxy_shape_factor_data_get (
  NcGalaxyShapeFactor* gsf,
  NcGalaxyShapeFactorData* data,
  gdouble* epsilon_obs_1,
  gdouble* epsilon_obs_2,
  gdouble* std_noise,
  gdouble* c1,
  gdouble* c2,
  gdouble* m
)

Description [src]

Gets the observed ellipticity and the per-galaxy measurement quantities.

Parameters

data

Type: NcGalaxyShapeFactorData

A NcGalaxyShapeFactorData.

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 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.