6. Inversion#

Inversion turns processed electromagnetic observations into a resistivity model. In pyCSAMT this guide is the decision point between three related but different paths: the backend-neutral pycsamt.inversion API for built-in and adapter workflows, the classical engine integrations in pycsamt.models for Occam2D, ModEM, and MARE2DEM native projects, and the learned workflows in pycsamt.ai, documented separately as AI inversion.

Forward modelling is not an inversion path. It predicts responses from a known model and is documented in Forward Modelling; it is often used to design, test, or validate inversion choices. The common Python interface itself lives at Inversion API.