-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
230 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
.. geobipy documentation master file, created by | ||
sphinx-quickstart on Fri Oct 11 10:02:08 2024. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
############################################################ | ||
Welcome to GeoBIPy: Geophysical Bayesian Inference in Python | ||
############################################################ | ||
|
||
geobipy documentation | ||
===================== | ||
This package uses a Bayesian formulation and Markov chain Monte Carlo sampling methods to | ||
derive posterior distributions of subsurface and measured data properties. | ||
The current implementation is applied to time and frequency domain electromagnetic data. | ||
Application outside of these data types is in development. | ||
|
||
Add your content using ``reStructuredText`` syntax. See the | ||
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_ | ||
documentation for details. | ||
Currently there are two types of data that we have implemented; frequency domain electromagnetic data, | ||
and time domain electromagnetic data. | ||
The package comes with a frequency domain forward modeller, but it does not come with a time domain forward modeller. | ||
See the section :ref:`Installing_time_domain_forward_modeller` for more information. | ||
|
||
Using GeoBIPy on Yeti | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
There is no need to install GeoBIPy on Yeti. | ||
Simply type "module load python/geobipy" for the serial version of the code, mainly used for plotting results, | ||
or "module load python/pGeobipy" for a parallel enabled version. | ||
|
||
`Codebase is here! <https://github.com/usgs/geobipy/>`_ | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
:maxdepth: 2 | ||
|
||
content/getting_started/getting_started | ||
content/api/api | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.