Skip to content
8 changes: 7 additions & 1 deletion docs/fundamentals/mesh_design.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"\n",
"## Base parameters\n",
"\n",
"An Octree mesh can be though of as the combination of a base mesh and refinements. The base mesh is defined by the core extent, padding, and the base cell resolution. These concepts are explored in further detail in the following sub-sections.\n",
"An Octree mesh can be thought of as the combination of a base mesh and refinements. The base mesh is defined by the core extent, padding, and the base cell resolution. These concepts are explored in further detail in the following sub-sections.\n",
"\n",
"- [A region of interest (extent)](mesh-extent)\n",
"- [Base cell resolution](base-cell-size)\n",
Expand Down Expand Up @@ -132,6 +132,12 @@
"![extent_to_pad](./images/extent_to_pad.png)\n",
"\n"
]
},
{
"metadata": {},
"cell_type": "markdown",
"source": "",
"id": "658c5419227c2985"
Comment thread
benk-mira marked this conversation as resolved.
}
],
"metadata": {
Expand Down
Binary file modified docs/fundamentals/regularization/images/reference_model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/analyst_geophysics_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/images/dc/dc_core.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/images/dc/dc_forward.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/images/dc/dc_refinement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/images/gravity/gz_input.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/images/magnetics/base_reg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/images/magnetics/forward.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/images/magnetics/mesh_core.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/images/magnetics/mesh_refinement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/images/magnetics/mvi_input.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/images/magnetics/no_ref_input.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/tutorials/magnetic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"source": [
"## Magnetic vector inversion (MVI)\n",
"\n",
"We now look at the solution using the magnetic vector inversion (MVI) algorithm. This approach is generally favoured if [remanent magnetization](https://gpg.geosci.xyz/content/magnetics/magnetics_basic_principles.html?highlight=remanence#remanent-magnetization) is kwown to distorte the magnetic signal.\n",
"We now look at the solution using the magnetic vector inversion (MVI) algorithm. This approach is generally favoured if [remanent magnetization](https://gpg.geosci.xyz/content/magnetics/magnetics_basic_principles.html?highlight=remanence#remanent-magnetization) is known to distort the magnetic signal.\n",
"\n",
"We use the default parameters but without a reference model as shown below.\n",
"\n",
Expand Down
Loading