{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Expo site characterization using EM-31\n", "\n", "\n", "## Import Necessary Packages" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [ "%matplotlib inline\n", "from gpgLabs.EM.FEMpipe import *" ] }, { "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": null, "metadata": {}, "outputs": [], "source": [ "pipe = interact_femPipe()\n", "pipe" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [] } ], "metadata": { "anaconda-cloud": {}, "kernelspec": { "display_name": "Python 3", "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.6.0" } }, "nbformat": 4, "nbformat_minor": 1 }