More information on Python scripting, and moved to a dedicated section of the docs.

这个提交包含在:
Craig Warren
2016-01-25 14:29:44 +00:00
父节点 0bdcced8b6
当前提交 ef2ac82c38
共有 4 个文件被更改,包括 68 次插入35 次删除

查看文件

@@ -90,7 +90,7 @@ Key features
Python scriptable input files
-----------------------------
The input file has now been made scriptable by permitting blocks of Python code to be specified between ``#python`` and ``#end_python`` commands. The code is executed when the input file is read by gprMax. You don't need any external tools, such as MATLAB, to generate larger, more complex input files for building intricate models. Python scripting means that gprMax now includes :ref:`libraries of more complex objects, such as antennas <antennas>`, that can be easily inserted into a model. You can also access a number of built-in constants from your Python code. For further details see the :ref:`Python section <python>`.
The input file has now been made scriptable by permitting blocks of Python code to be specified between ``#python`` and ``#end_python`` commands. The code is executed when the input file is read by gprMax. You don't need any external tools, such as MATLAB, to generate larger, more complex input files for building intricate models. Python scripting means that gprMax now includes :ref:`libraries of more complex objects, such as antennas <antennas>`, that can be easily inserted into a model. You can also access a number of built-in constants from your Python code. For further details see the :ref:`Python section <python-scripting>`.
Dispersive materials
--------------------