Method

NumCosmoGalaxyShapeFactordata_set

Declaration [src]

void
nc_galaxy_shape_factor_data_set (
  NcGalaxyShapeFactor* gsf,
  NcGalaxyShapeFactorData* data,
  const gdouble epsilon_obs_1,
  const gdouble epsilon_obs_2,
  const gdouble std_noise,
  const gdouble c1,
  const gdouble c2,
  const gdouble m,
  NcWLEllipticityFrame coord
)

Description [src]

Sets 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: const gdouble

The observed ellipticity component 1.

epsilon_obs_2

Type: const gdouble

The observed ellipticity component 2.

std_noise

Type: const gdouble

The observational shape dispersion.

c1

Type: const gdouble

The first additive bias parameter (in the coord frame).

c2

Type: const gdouble

The second additive bias parameter (in the coord frame).

m

Type: const gdouble

The multiplicative bias parameter.

coord

Type: NcWLEllipticityFrame

The ellipticity handedness frame NcWLEllipticityFrame.