Skip to content

Commit 8d34d86

Browse files
authored
Use source_orientation in TDEM 1D notebooks (#53)
Use the `source_orientation` variable as the `orientation` for the `CircularLoop` source in TDEM 1D notebooks.
1 parent a24c4d7 commit 8d34d86

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

notebooks/08-tdem/fwd_tdem_1d.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
" tdem.sources.CircularLoop(\n",
213213
" receiver_list=receiver_list,\n",
214214
" location=source_location,\n",
215+
" orientation=source_orientation,\n",
215216
" waveform=stepoff_waveform,\n",
216217
" current=source_current,\n",
217218
" radius=source_radius,\n",

notebooks/08-tdem/inv_tdem_1d.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@
297297
" tdem.sources.CircularLoop(\n",
298298
" receiver_list=receiver_list,\n",
299299
" location=source_location,\n",
300+
" orientation=source_orientation,\n",
300301
" waveform=waveform,\n",
301302
" current=source_current,\n",
302303
" radius=source_radius,\n",

0 commit comments

Comments
 (0)