Update of some plot sizes and file names.

这个提交包含在:
Craig Warren
2016-01-13 13:50:02 +00:00
父节点 fbd4410c49
当前提交 460b0434b2
共有 5 个文件被更改,包括 8 次插入5 次删除

查看文件

@@ -27,18 +27,21 @@ Results
.. _antenna_wire_dipole_fs_tl_params: .. _antenna_wire_dipole_fs_tl_params:
.. figure:: images/antenna_wire_dipole_fs_tl_params.png .. figure:: images/antenna_wire_dipole_fs_tl_params.png
:width: 600px
Time and frequency domain plots of the incident and total (incident + reflected) voltages and currents in the transmission line. Time and frequency domain plots of the incident and total (incident + reflected) voltages and currents in the transmission line.
.. _antenna_wire_dipole_fs_ant_params: .. _antenna_wire_dipole_fs_ant_params:
.. figure:: images/antenna_wire_dipole_fs_ant_params.png .. figure:: images/antenna_wire_dipole_fs_ant_params.png
:width: 600px
Input admittance and impedance (resistance and reactance) and s11 parameter values of the antenna. Input admittance and impedance (resistance and reactance) and s11 parameter values of the antenna.
.. _antenna_wire_dipole_fs_ant_params_detail: .. _antenna_wire_dipole_fs_ant_params_detail:
.. figure:: images/antenna_wire_dipole_fs_ant_params_detail.png .. figure:: images/antenna_wire_dipole_fs_ant_params_detail.png
:width: 600px
Detailed view of input admittance and impedance (resistance and reactance) and s11 parameter values of the antenna. Detailed view of input admittance and impedance (resistance and reactance) and s11 parameter values of the antenna.
@@ -71,7 +74,7 @@ Results
.. _antenna_like_MALA_1200_fs_results: .. _antenna_like_MALA_1200_fs_results:
.. figure:: images/antenna_like_MALA_1200_fs_results.png .. figure:: images/antenna_like_MALA_1200_fs_results.png
:width: 800 px :width: 600 px
Ey field output from the receiver bowtie of a model of an antenna similar to a MALA 1.2GHz antenna. Ey field output from the receiver bowtie of a model of an antenna similar to a MALA 1.2GHz antenna.
@@ -108,7 +111,7 @@ Results
.. _cylinder_Bscan_GSSI_1500_results: .. _cylinder_Bscan_GSSI_1500_results:
.. figure:: images/cylinder_Bscan_GSSI_1500_results.png .. figure:: images/cylinder_Bscan_GSSI_1500_results.png
:width: 800px :width: 600px
B-scan of model of a metal cylinder buried in a dielectric half-space with a model of an antenna similar to a GSSI 1.5GHz antenna. B-scan of model of a metal cylinder buried in a dielectric half-space with a model of an antenna similar to a GSSI 1.5GHz antenna.

查看文件

@@ -125,7 +125,8 @@ You should have produced an output file ``cylinder_Ascan_2D.out``. You can view
.. _cylinder_Ascan_results: .. _cylinder_Ascan_results:
.. figure:: images/cylinder_Ascan.png .. figure:: images/cylinder_Ascan_results.png
:width: 600px
Field outputs from a model of a metal cylinder buried in a dielectric half-space. Field outputs from a model of a metal cylinder buried in a dielectric half-space.
@@ -172,7 +173,7 @@ You can now view an image of the B-scan using the command:
.. _cylinder_Bscan_results: .. _cylinder_Bscan_results:
.. figure:: images/cylinder_Bscan_results.png .. figure:: images/cylinder_Bscan_results.png
:width: 800px :width: 600px
B-scan of model of a metal cylinder buried in a dielectric half-space. B-scan of model of a metal cylinder buried in a dielectric half-space.

查看文件

之前

宽度:  |  高度:  |  大小: 376 KiB

之后

宽度:  |  高度:  |  大小: 376 KiB

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 274 KiB

查看文件

@@ -122,7 +122,6 @@ for rx in range(1, nrx + 1):
else: else:
fig, ax = plt.subplots(subplot_kw=dict(xlabel='Time [ns]'), num='rx' + str(rx), figsize=(20, 10), facecolor='w', edgecolor='w') fig, ax = plt.subplots(subplot_kw=dict(xlabel='Time [ns]'), num='rx' + str(rx), figsize=(20, 10), facecolor='w', edgecolor='w')
gs = gridspec.GridSpec(3, 3, hspace=0.3) gs = gridspec.GridSpec(3, 3, hspace=0.3)
# fig, ((ax1, ax2), (ax3, ax4), (ax5, ax6)) = plt.subplots(nrows=3, ncols=2, sharex=False, sharey='col', subplot_kw=dict(xlabel='Time [ns]'), num='rx' + str(rx), figsize=(20, 10), facecolor='w', edgecolor='w')
for output in args.outputs: for output in args.outputs:
outputdata = f[path + output][:] outputdata = f[path + output][:]
if output == 'Ex': if output == 'Ex':