In [1]:
%matplotlib inline
from geoscilabs.em.FDEM3loop import interactfem3loop
from geoscilabs.em.FDEMpipe import interact_femPipe
In [2]:
from matplotlib import rcParams
rcParams['font.size'] = 14
Your Default Parameters should be:
Parameter | Default value |
---|---|
Inductance: | L = 0.1 |
Resistance: | R = 2000 |
X-center of target loop: | xc = 0 |
Y-center of target loop: | yc = 0 |
Z-center of target loop: | zc = 1 |
Inclination of target loop: | dincl = 0 |
Declination of target loop: | ddecl = 90 |
Frequency: | f = 10000 |
Sample spacing: | dx = 0.25 |
To use the default parameters below, either click the box for "default" or adjust the sliders for R, zc, and dx. When answering the lab questions, make sure all the sliders are where they should be!
In [3]:
fem3loop = interactfem3loop()
fem3loop
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:
We plot the percentage of Hp/Hs ratio in the Widget.
In [4]:
pipe = interact_femPipe()
pipe