Corrected paths

这个提交包含在:
craig-warren
2023-03-09 15:09:34 -07:00
父节点 1f1f139e2a
当前提交 affb31b72c
共有 2 个文件被更改,包括 7 次插入7 次删除

查看文件

@@ -49,13 +49,13 @@ Since the number of voxels are 108 x 88 108 and the spatial discretisation chose
The following is an example of a ``materials.txt`` file that can be used with the generated geometry file (HDF5 format) when importing into gprMax. Since ``-matindex`` is set to 2 the material with name ``hdpe``, i.e. a plastic, will be used.
.. literalinclude:: examples/materials.txt
.. literalinclude:: ../../toolboxes/STLtoVoxel/examples/materials.txt
:language: none
:linenos:
The following Python script (using the gprMax API) can be used to import the generated geometry file ``Stanford_Bunny.h5`` and materials file ``materials.txt`` into a gprMax model:
.. literalinclude:: examples/bunny.py
.. literalinclude:: ../../toolboxes/STLtoVoxel/examples/bunny.py
:language: python
:linenos: