Virtual Method

NumCosmoGalaxySDShapedirect_estimate

Declaration [src]

void
direct_estimate (
  NcGalaxySDShape* gsds,
  NcmMSet* mset,
  GPtrArray* data_array,
  gdouble* gt,
  gdouble* gx,
  gdouble* sigma_t,
  gdouble* sigma_x,
  gdouble* rho
)

Description [src]

Computes the estimate of the galaxy shape using the direct method.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: An array of None

A GPtrArray of NcGalaxySDShapeData.

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

Type: gdouble*

The reduced tangential shear.

The argument will be set by the function.
gx

Type: gdouble*

The cross shear.

The argument will be set by the function.
sigma_t

Type: gdouble*

The tangential scatter.

The argument will be set by the function.
sigma_x

Type: gdouble*

The cross scatter.

The argument will be set by the function.
rho

Type: gdouble*

The correlation.

The argument will be set by the function.