From fbc69d4709768362dd440e032de82c5c460aad95 Mon Sep 17 00:00:00 2001 From: seogi Date: Mon, 3 Mar 2014 09:50:55 -0800 Subject: [PATCH] Commit test --- docs/api_PF.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/api_PF.rst b/docs/api_PF.rst index 9c8fe7e6..dc57d994 100644 --- a/docs/api_PF.rst +++ b/docs/api_PF.rst @@ -100,7 +100,15 @@ Since most materials in the earth have lower permeability than \\(\\mu_0\\), us Since we compute secondary field based on the earth field, which can be different from different locations in the world, we can expect different anomalous responses in different locations in the earth. For instance, assume we have two susceptible spheres, which are exactly same. However, anomalous responses in Seoul and Vancouver are going to be different. +<<<<<<< Updated upstream .. plot :: examples/Mag_back_1.py +======= +.. plot :: + :include-source: + + from simpegPF.MagAnalytics import MagSphereAnalFunA + from SimPEG import * +>>>>>>> Stashed changes Since we can measure total fields ( \\(\\vec{B}\\)), and usually have reasonably accurate earth field (\\(\\vec{B}_0\\)), we can compute anmalous fields, \\(\\vec{B}_s\\) from our observed data. If you want to download earth magnetic fields at specific location see this website (`noaa `_). @@ -125,6 +133,12 @@ Sphere in a whole space ----------------------- + + + + + + Forward problem ===============