Skip to content

Releases: jcapriot/layered-anisotropic-conductivity

Initial code

14 Jan 01:29
Compare
Choose a tag to compare

This version represents the initial commit for the layered anistropic conductivity modeling software.
It contains examples on how to forward model and invert electrical potential due to a 1D layered fully anisotropic conductivity.
It also contains examples on how to apply fuzzy c-means clustering to the inversion operation.

The primary goal of this work is two-fold:

  1. An easy to use interface to modeling electrical potential due to the layered halfspace.
  2. Gain an understanding of how to incorporate petrophysical information about anisotropy into an inversion.

Todos:

  • The forward modeling operation could be further sped up by optimizing the 2D fft operation of the forward operation. As it is currently, the modeler chooses different sampling conditions in the Fourier domain for each data point.