Updated and added notebooks on simple examples from docs.

这个提交包含在:
Craig Warren
2016-05-18 15:10:05 +01:00
父节点 be89482b42
当前提交 971368774e
共有 5 个文件被更改,包括 539 次插入5 次删除

文件差异因一行或多行过长而隐藏

文件差异因一行或多行过长而隐藏

查看文件

@@ -45,9 +45,7 @@
],
"source": [
"%matplotlib inline\n",
"\n",
"import os\n",
"\n",
"from gprMax.receivers import Rx\n",
"from tools.plot_Ascan import mpl_plot\n",
"\n",

查看文件

@@ -40,9 +40,7 @@
],
"source": [
"%matplotlib inline\n",
"\n",
"import os\n",
"\n",
"from tools.plot_Bscan import get_output_data, mpl_plot\n",
"\n",
"filename = os.path.join(os.pardir, os.pardir, 'user_models', 'cylinder_Bscan_2D_merged.out')\n",

查看文件

@@ -69,7 +69,6 @@
"source": [
"%matplotlib inline\n",
"import os\n",
"\n",
"from tools.plot_antenna_params import calculate_antenna_params, mpl_plot\n",
"\n",
"filename = os.path.join(os.pardir, os.pardir, 'user_models', 'antenna_wire_dipole_fs.out')\n",