-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtutorial.html
203 lines (166 loc) · 10.3 KB
/
tutorial.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tutorial — GemPy rc documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: 'rc',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="author" title="About these documents" href="about.html" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Chapter 1: Basics of geological modeling with GemPy" href="_notebooks/ch1.html" />
<link rel="prev" title="Introduction" href="_theory/motivation.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head>
<body>
<div class="document">
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo">
<a href="index.html">
<img class="logo" src="_static/./logos/gempy.png" alt="Logo"/>
<h1 class="logo logo-name">GemPy</h1>
</a>
</p>
<p>
<iframe src="https://ghbtns.com/github-btn.html?user=cgre-aachen&repo=gempy&type=star&count=true&size=large&v=2"
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
</p>
<p>
<a href="https://travis-ci.org/cgre-aachen/gempy">
<img
alt="https://secure.travis-ci.org/cgre-aachen/gempy.svg?branch=master"
src="https://secure.travis-ci.org/cgre-aachen/gempy.svg?branch=master"
/>
</a>
</p>
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="index.html">GemPy</a></li>
<li class="toctree-l1"><a class="reference internal" href="_theory/motivation.html">Introduction</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Tutorial</a><ul>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch1.html">Chapter 1: Basics of geological modeling with GemPy</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch2.html">Chapter 2: A real example. Importing data and setting series</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch3.html">Chapter 3: Stochastic Simulations in pymc2</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch4.html">Chapter 4: Bayesian Statistics in pymc3 (Working in progress proof of concept)</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch5.html">Chapter 5: Computing forward gravity. (Under development)</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch6.html">Chapter 6: Analyzing Topology (WIP)</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="theory.html">Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="code.html">Code</a></li>
<li class="toctree-l1"><a class="reference internal" href="about.html">About us</a></li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="_theory/motivation.html" title="previous chapter">Introduction</a></li>
<li>Next: <a href="_notebooks/ch1.html" title="next chapter">Chapter 1: Basics of geological modeling with GemPy</a></li>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="tutorial">
<h1>Tutorial<a class="headerlink" href="#tutorial" title="Permalink to this headline">¶</a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="_notebooks/ch1.html">Chapter 1: Basics of geological modeling with GemPy</a><ul>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch1.html#the-example-model-simple-stratigraphy-and-one-fault">The example model: Simple stratigraphy and one fault</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch1.html#preparing-the-python-environment">Preparing the Python environment</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch1.html#importing-and-creating-a-set-of-input-data">Importing and creating a set of input data</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch1.html#declaring-the-sequential-order-of-geological-formations">Declaring the sequential order of geological formations</a><ul>
<li class="toctree-l3"><a class="reference internal" href="_notebooks/ch1.html#returning-information-from-our-input-data">Returning information from our input data</a><ul>
<li class="toctree-l4"><a class="reference internal" href="_notebooks/ch1.html#interfaces-dataframe">Interfaces Dataframe:</a></li>
<li class="toctree-l4"><a class="reference internal" href="_notebooks/ch1.html#foliations-dataframe">Foliations Dataframe:</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="_notebooks/ch1.html#visualizing-input-data">Visualizing input data</a></li>
<li class="toctree-l3"><a class="reference internal" href="_notebooks/ch1.html#model-generation">Model generation</a></li>
<li class="toctree-l3"><a class="reference internal" href="_notebooks/ch1.html#direct-model-visualization-in-gempy">Direct model visualization in GemPy</a></li>
<li class="toctree-l3"><a class="reference internal" href="_notebooks/ch1.html#interactive-3d-visualization">Interactive 3D visualization</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="_notebooks/ch2.html">Chapter 2: A real example. Importing data and setting series</a><ul>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch2.html#data-management">Data Management</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch2.html#computing-the-model">Computing the model</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch2.html#changing-the-points-where-we-interpolate">Changing the points where we interpolate.</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="_notebooks/ch3.html">Chapter 3: Stochastic Simulations in pymc2</a><ul>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch3.html#preparation">Preparation</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch3.html#initialize-an-example-model">Initialize an example model</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch3.html#visualize-the-input-data">Visualize the input data</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch3.html#compile-the-interpolator-function">Compile the interpolator function</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch3.html#setting-up-the-pymc-functions">Setting up the pymc-Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch3.html#setting-up-the-parameter-distributions">Setting up the parameter distributions</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch3.html#input-data-handling">Input data handling</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch3.html#modeling-function">Modeling function</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch3.html#analyzing-the-results">Analyzing the results</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="_notebooks/ch4.html">Chapter 4: Bayesian Statistics in pymc3 (Working in progress proof of concept)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch4.html#real-gravity">Real gravity</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="_notebooks/ch5.html">Chapter 5: Computing forward gravity. (Under development)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch5.html#computing-the-model">Computing the model</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="_notebooks/ch6.html">Chapter 6: Analyzing Topology (WIP)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch6.html#creating-an-example-model">Creating an example Model</a></li>
<li class="toctree-l2"><a class="reference internal" href="_notebooks/ch6.html#analyzing-topology">Analyzing Topology</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
©2018, Miguel de la Varga, CGR-Aachen Team.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.2</a>
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>
|
<a href="_sources/tutorial.rst.txt"
rel="nofollow">Page source</a>
</div>
</body>
</html>