Method

NumCosmoGalaxySDShapeGaussHSCgen

Declaration [src]

void
nc_galaxy_sd_shape_gauss_hsc_gen (
  NcGalaxySDShapeGaussHSC* gsdshsc,
  NcmMSet* mset,
  NcGalaxySDShapeData* data,
  const gdouble std_shape,
  const gdouble std_noise,
  const gdouble c1,
  const gdouble c2,
  const gdouble m,
  NcGalaxyWLObsCoord coord,
  NcmRNG* rng
)

Description [src]

Generates a galaxy sample shape.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcGalaxySDShapeData

A NcGalaxySDShapeData.

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

Type: const gdouble

The intrinsic shape dispersion.

std_noise

Type: const gdouble

The observational shape dispersion.

c1

Type: const gdouble

The first additive bias parameter.

c2

Type: const gdouble

The second additive bias parameter.

m

Type: const gdouble

The multiplicative bias parameter.

coord

Type: NcGalaxyWLObsCoord

The coordinate system NcGalaxyWLObsCoord.

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.