{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Expo site characterization using EM-31\n", "\n", "\n", "## Import Necessary Packages" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "from geoscilabs.em.FDEMpipe import interact_femPipe" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Pipe Widget\n", "\n", "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). \n", "\n", " \n", "\n", "The variables are:\n", "\n", "- alpha: \n", "$$\\alpha = \\frac{\\omega L}{R} = \\frac{2\\pi f L}{R}$$\n", "- pipedepth: Depth of the pipe center\n", "\n", "We plot the percentage of Hp/Hs ratio in the Widget. " ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "68cc1fc12ef74ae49d4a92a43546aa9d", "version_major": 2, "version_minor": 0 }, "text/plain": [ "interactive(children=(FloatSlider(value=1.0, continuous_update=False, description='alpha', max=5.0, min=0.1), …" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "interact_femPipe()" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "anaconda-cloud": {}, "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.13" } }, "nbformat": 4, "nbformat_minor": 1 }