Skip to content

Commit 5753bda

Browse files
committed
Update 04-magnetics in notebooks and markdown files
1 parent ac73309 commit 5753bda

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

notebooks/magnetics/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Global scale magnetic anomalies over Africa ([image source](https://upload.wikim
1313

1414
## Tutorial Notebooks
1515

16-
[3D Forward Simulation of Total Magnetic Intensity Data](04-magnetics/fwd_magnetics_induced_3d) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
16+
[3D Forward Simulation of Total Magnetic Intensity Data](magnetics/fwd_magnetics_induced_3d) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
1717
<br />
1818

19-
[3D Forward Simulation of Magnetic Gradiometry Data](04-magnetics/fwd_magnetics_mvi_3d) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
19+
[3D Forward Simulation of Magnetic Gradiometry Data](magnetics/fwd_magnetics_mvi_3d) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
2020
<br />
2121

22-
[3D Inversion of TMI Data to Recover a Susceptibility Model](04-magnetics/inv_magnetics_induced_3d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
23-
<br />
22+
[3D Inversion of TMI Data to Recover a Susceptibility Model](magnetics/inv_magnetics_induced_3d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
23+
<br />

notebooks/magnetics/inv_magnetics_induced_3d.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,22 +139,22 @@
139139
"name": "stdout",
140140
"output_type": "stream",
141141
"text": [
142-
"overwriting /home/ssoler/git/user-tutorials/notebooks/04-magnetics/inv_magnetics_induced_3d_files.tar.gz\n",
143-
"Downloading https://github.com/simpeg/user-tutorials/raw/main/assets/04-magnetics/inv_magnetics_induced_3d_files.tar.gz\n"
142+
"overwriting /home/ssoler/git/user-tutorials/notebooks/magnetics/inv_magnetics_induced_3d_files.tar.gz\n",
143+
"Downloading https://github.com/simpeg/user-tutorials/raw/main/assets/magnetics/inv_magnetics_induced_3d_files.tar.gz\n"
144144
]
145145
},
146146
{
147147
"name": "stdout",
148148
"output_type": "stream",
149149
"text": [
150-
" saved to: /home/ssoler/git/user-tutorials/notebooks/04-magnetics/inv_magnetics_induced_3d_files.tar.gz\n",
150+
" saved to: /home/ssoler/git/user-tutorials/notebooks/magnetics/inv_magnetics_induced_3d_files.tar.gz\n",
151151
"Download completed!\n"
152152
]
153153
}
154154
],
155155
"source": [
156156
"# URL to download from repository assets\n",
157-
"data_source = \"https://github.com/simpeg/user-tutorials/raw/main/assets/04-magnetics/inv_magnetics_induced_3d_files.tar.gz\"\n",
157+
"data_source = \"https://github.com/simpeg/user-tutorials/raw/main/assets/magnetics/inv_magnetics_induced_3d_files.tar.gz\"\n",
158158
"\n",
159159
"# download the data\n",
160160
"downloaded_data = download(data_source, overwrite=True)\n",

0 commit comments

Comments
 (0)