Skip to content

Commit

Permalink
docs: update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed May 7, 2024
1 parent 4dfe4cf commit a74dbee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/gallery/bishop_basement_model.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Bishop Basement Model"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
6 changes: 3 additions & 3 deletions docs/user_guide/combining_it_all.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Forward gravity of prism layer"
"### Forward gravity of true prism layer"
]
},
{
Expand Down Expand Up @@ -947,8 +947,8 @@
"# set regional misfit to 0\n",
"grav_df[\"reg\"] = 0\n",
"\n",
"# set the residual misfit to the full misfit\n",
"grav_df[\"res\"] = grav_df.misfit\n",
"# remove the regional from the misfit to get the residual\n",
"grav_df[\"res\"] = grav_df.misfit - grav_df.reg\n",
"\n",
"grav_df"
]
Expand Down

0 comments on commit a74dbee

Please sign in to comment.