API Reference#

Here we show the list of functionality available in the cherab.inversion package.

Core functionality#

core

Module to offer the Core functionalities for the ill-posed inversion calculation.

Non-iterative inversion#

Lcurve(*args, **kwargs)

L-curve criterion optimization for regularization parameter.

GCV(*args, **kwargs)

Generalized Cross-Validation (GCV) criterion optimization for regularization parameter.

Iterative inversion#

Mfr(gmat, dmats[, data])

Inverses provided data using Minimum Fisher Regularization (MFR) scheme.

Others#

derivative

Module to offer the function to generate a derivative matrix.

tools

Subpackage for complementary tools for the inversion.