{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"A-scan from a metal cylinder\n",
"============================\n",
"\n",
"This example is the GPR modelling equivalent of 'Hello World'! It demonstrates how to simulate a single trace (A-scan) from a metal cylinder buried in a dielectric half-space. The input needed to create the model is:\n",
"\n",
" #title: A-scan from a metal cylinder buried in a dielectric half-space\n",
" #domain: 0.240 0.210 0.002\n",
" #dx_dy_dz: 0.002 0.002 0.002\n",
" #time_window: 3e-9\n",
"\n",
" #material: 6 0 1 0 half_space\n",
"\n",
" #waveform: ricker 1 1.5e9 my_ricker\n",
" #hertzian_dipole: z 0.100 0.170 0 my_ricker\n",
" #rx: 0.140 0.170 0\n",
"\n",
" #box: 0 0 0 0.240 0.170 0.002 half_space\n",
" #cylinder: 0.120 0.080 0 0.120 0.080 0.002 0.010 pec\n",
"\n",
" #geometry_view: 0 0 0 0.240 0.210 0.002 0.002 0.002 0.002 cylinder_half_space n\n",
"\n",
"
\n",
"
\n",
"Geometry of a 2D model of a metal cylinder buried in a dielectric half-space.