Method

NumCosmoGalaxySDShapeGaussgen

Declaration [src]

void
nc_galaxy_sd_shape_gauss_gen (
  NcGalaxySDShapeGauss* gsdsgauss,
  NcmMSet* mset,
  NcGalaxySDShapeData* data,
  const gdouble std_noise,
  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_noise

Type: const gdouble

The observational shape dispersion.

coord

Type: NcGalaxyWLObsCoord

The coordinate system NcGalaxyWLObsCoord.

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.