Method

NumCosmoGalaxyShapePopget_sigma

Declaration [src]

gdouble
nc_galaxy_shape_pop_get_sigma (
  NcGalaxyShapePop* gsp,
  NcGalaxyShapePopData* data
)

Description [src]

Gets the (untruncated) Gaussian width sigma resolved for this galaxy, for models that parameterize their density this way (the Gauss family, Global or per-galaxy). This is a per-data capability (data->ldata_get_sigma), not a virtual method: any concrete model sharing the same internal representation can populate it, regardless of its position in the class hierarchy.

Parameters

data

Type: NcGalaxyShapePopData

A resolved NcGalaxyShapePopData.

The data is owned by the caller of the method.

Return value

Type: gdouble

The resolved Gaussian width sigma.