diff --git a/docs/source/examples_antennas.rst b/docs/source/examples_antennas.rst index 6e463f4f..c6e9d859 100644 --- a/docs/source/examples_antennas.rst +++ b/docs/source/examples_antennas.rst @@ -27,18 +27,21 @@ Results .. _antenna_wire_dipole_fs_tl_params: .. 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. .. _antenna_wire_dipole_fs_ant_params: .. 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. .. _antenna_wire_dipole_fs_ant_params_detail: .. 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. @@ -71,7 +74,7 @@ Results .. _antenna_like_MALA_1200_fs_results: .. 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. @@ -108,7 +111,7 @@ Results .. _cylinder_Bscan_GSSI_1500_results: .. 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. diff --git a/docs/source/examples_simple_2D.rst b/docs/source/examples_simple_2D.rst index d676deab..8e51dd50 100644 --- a/docs/source/examples_simple_2D.rst +++ b/docs/source/examples_simple_2D.rst @@ -125,7 +125,8 @@ You should have produced an output file ``cylinder_Ascan_2D.out``. You can view .. _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. @@ -172,7 +173,7 @@ You can now view an image of the B-scan using the command: .. _cylinder_Bscan_results: .. figure:: images/cylinder_Bscan_results.png - :width: 800px + :width: 600px B-scan of model of a metal cylinder buried in a dielectric half-space. diff --git a/docs/source/images/cylinder_Ascan.png b/docs/source/images/cylinder_Ascan_results.png similarity index 100% rename from docs/source/images/cylinder_Ascan.png rename to docs/source/images/cylinder_Ascan_results.png diff --git a/docs/source/images/cylinder_Bscan_results.png b/docs/source/images/cylinder_Bscan_results.png new file mode 100644 index 00000000..eb5cf59c Binary files /dev/null and b/docs/source/images/cylinder_Bscan_results.png differ diff --git a/tools/plot_Ascan.py b/tools/plot_Ascan.py index 8a9f870a..f71002db 100644 --- a/tools/plot_Ascan.py +++ b/tools/plot_Ascan.py @@ -122,7 +122,6 @@ for rx in range(1, nrx + 1): else: 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) -# 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: outputdata = f[path + output][:] if output == 'Ex':