Expo site characterization using EM-31

Import Necessary Packages


In [1]:
%matplotlib inline
from geoscilabs.em.FDEMpipe import interact_femPipe

Pipe Widget

In the following app, we consider a loop-loop system with a pipe taget. Here, we simulate two surveys, one where the boom is oriented East-West (EW) and one where the boom is oriented North-South (NS).

The variables are:

  • alpha: $$\alpha = \frac{\omega L}{R} = \frac{2\pi f L}{R}$$
  • pipedepth: Depth of the pipe center

We plot the percentage of Hp/Hs ratio in the Widget.


In [2]:
pipe = interact_femPipe()
pipe



In [ ]: