提交图

95 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
0f6e644b4c Changed name of some of the Taguchi opt modules. 2016-05-04 13:14:20 +01:00
Craig Warren
159507bdbf Updated info on plotting choices. 2016-04-28 14:08:30 +01:00
Craig Warren
0c3e98f02f Updated so they can be imported or run as scripts from the command line. 2016-04-26 17:24:53 +01:00
Craig Warren
a51e5a66b0 Added choices help to command line arguments. 2016-04-25 18:21:19 +01:00
Craig Warren
23bec68b43 Restructured so this module can be imported as a package as well as used with command line arguments. 2016-04-25 18:20:53 +01:00
Craig Warren
824d873702 Updated to account for when transmitter and receiver are in same location. 2016-04-21 13:48:16 +01:00
Craig Warren
cb4bbbae1a Turnoff camera parallel projection. 2016-04-07 11:40:49 +01:00
Craig Warren
f972532e8c Removed unnecessary file closing. 2016-04-01 12:33:11 +01:00
craig-warren
87f668e508 Tidied some code spacing. 2016-03-30 17:40:43 +01:00
Craig Warren
d4eace32a0 Updated to handle conversion of old style 2D models (as well as 3D). 2016-03-24 18:06:33 +00:00
Craig Warren
f9c6ca4c9f Updated for new visualisation of PML region and source/receiver positions. 2016-03-22 18:21:13 +00:00
Craig Warren
991651aab9 Cleaned up use of filename input argument. 2016-03-22 18:04:30 +00:00
Craig Warren
78e0efb06f Cleaned up use of filename input argument. 2016-03-22 18:04:07 +00:00
Craig Warren
b13fe90637 Testing addition of source and receiver positions to geometry views. 2016-03-21 15:24:05 +00:00
Craig Warren
5fd79ea5bc Testing addition of source and receiver positions to geometry views. 2016-03-21 15:23:42 +00:00
Craig Warren
f3b8c3a558 Updated to reflect changed names in Waveform class. 2016-02-26 15:32:31 +00:00
Craig Warren
1944df49e3 Added code to auto-detect number of files to merge. 2016-02-26 15:16:16 +00:00
Craig Warren
11bf373b11 Added commented out settings for y axes limits. 2016-02-25 17:57:38 +00:00
Craig Warren
d2b85b8d09 Added a check to ensure there are receivers in the specified output file. 2016-02-25 10:43:29 +00:00
Craig Warren
3807a85c39 Commented out manual setting of y-axis limits. 2016-02-25 10:40:38 +00:00
Craig Warren
bbc8a101ec Updated to merge and plot (in separate figure windows) multiple receiver points. 2016-02-19 14:27:31 +00:00
Craig Warren
94090954ec Corrected bug with inverting signal with multiple receivers. 2016-02-08 18:23:14 +00:00
craig-warren
6be4393780 Regression of file reading - should be 'rb' not just 'r' 2016-02-04 12:18:04 +00:00
Craig Warren
faeef0d26b Added more comments and plot options (commented out for now). 2016-02-02 15:11:44 +00:00
Craig Warren
e3af1aa1a0 Added commented axis limits settings. 2016-01-29 09:52:47 +00:00
Craig Warren
df05610adc Corrected some comments and frequency label for FFT. 2016-01-29 09:52:09 +00:00
Craig Warren
a42b0e4ce1 Correction to plotting of resistive part of impedance. 2016-01-28 19:20:37 +00:00
Craig Warren
30c4a2a7e6 Updated to try and threshold only materials present in geometry file (and not all materials in model). Corrected the problem of not initially rendering things. 2016-01-28 12:59:26 +00:00
Craig Warren
01c0582c72 Moved plt.show to end of module. 2016-01-27 16:10:11 +00:00
Craig Warren
e7f0b9850e Moved plt.show to end of module. 2016-01-27 16:09:43 +00:00
Craig Warren
f098be0253 Better calculation of time array, using linspace instead of arange. 2016-01-27 10:20:16 +00:00
Craig Warren
d2638ea2ed Changed axes settings to seconds and Hertz rather than nano-seconds and giga-Hertz. Added printing of parameters describing waveform. 2016-01-26 15:14:43 +00:00
Craig Warren
0de717bd14 Changed axes settings to seconds rather than nano-seconds. 2016-01-26 15:13:42 +00:00
Craig Warren
44cfad9046 Changed axes settings to seconds rather than nano-seconds. Added option to put 'm' character before output name to invert it, e.g. 'mEy' is '-Ey'. Can't use the minus sign as it is interpreted as a flag at the command line. 2016-01-26 15:13:20 +00:00
Craig Warren
99d97f76bb Changed axes settings to seconds and Hertz, rather than nano-seconds and giga-Hertz. 2016-01-26 15:11:31 +00:00
Craig Warren
a0e6350463 Corrected time scale for built-in waveform plots. 2016-01-25 18:25:36 +00:00
Craig Warren
03ca5508ce Changes default FFT frequency plotting range to plot to -60dB down from max. 2016-01-25 10:16:38 +00:00
Craig Warren
3da534b4ce Renamed some variables for clarity. 2016-01-20 10:11:24 +00:00
Craig Warren
95fb8d7ed2 Renamed some variables for clarity. 2016-01-20 10:11:05 +00:00
Craig Warren
cef86633c9 Removed modules related to old version of gprMax. 2016-01-19 16:29:59 +00:00
Craig Warren
5249f78588 Removed MATLAB scripts. 2016-01-19 16:28:40 +00:00
Craig Warren
a4b0e70400 Implemented searching for available outputs. 2016-01-19 16:27:01 +00:00
craig-warren
7d2785f5ee Updated to correct reading of new file attribute names. 2016-01-18 21:54:26 +00:00
craig-warren
502dd2351e Corrected regression in plotting of a B-scan module, and in corresponding docs. 2016-01-18 21:32:18 +00:00
Craig Warren
680e67bc8b Adjusted spacing on subplots. 2016-01-14 18:30:36 +00:00
Craig Warren
4317c7134c Renaming/organising some of the test folder structure. 2016-01-14 16:16:44 +00:00
Craig Warren
dc170f51ee Cleaned up some of the print messages. 2016-01-14 16:14:52 +00:00
Craig Warren
18693474a1 Merge branch 'optimisation-taguchi' 2016-01-14 10:20:52 +00:00
Craig Warren
48e0fdee97 Print some information on s11, input impedance and admittance values. 2016-01-14 09:51:07 +00:00
Craig Warren
bb8e4ac944 Adjusted plotting scales for FFTs. 2016-01-13 16:04:45 +00:00