提交图

1859 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
012a591ccd Testing memory reporting on GPU. 2018-11-20 11:49:44 +00:00
Craig Warren
a640a7edfd Dispersion analysis: handle case where waveform has zero amplitude, i.e. being used on a receiver. 2018-11-20 11:21:47 +00:00
Craig Warren
de21f57169 Removed white space from join string for rx IDs. Not sure why it was there. 2018-11-05 14:33:36 +00:00
Craig Warren
ed972656f5 Updated to remove feeding of parameter values from Taguchi optimisation. 2018-11-05 12:29:49 +00:00
Craig Warren
b34d69906d Updated to remove feeding of parameter values from Taguchi optimisation & to provide options for parameter values from different published works including new paper - https://doi.org/10.1109/TGRS.2018.2869027 2018-11-05 12:29:10 +00:00
Craig Warren
706f1f587d Updated output file to use 'dxdydz' rather than 'dx_dy_dz' 2018-10-29 08:50:34 +00:00
Craig Warren
6f905e310d Updated text for image caption of output from 2D cylinder A-scan exmaple. 2018-10-26 14:37:45 +01:00
Craig Warren
02f92ac25c Updated A-scan plot for buired cylinder example to remove current plots (that used to be plotted by default). 2018-10-26 14:24:56 +01:00
Craig Warren
99033e33c6 Update to use of double equals to ensure version numbers of packages. 2018-10-26 09:57:25 +01:00
Craig Warren
98b3054901 Updated cleaning to remove .pyc files which can become corrupted. 2018-10-26 09:56:40 +01:00
Craig Warren
7251ad25d3 Reinstated build command. 2018-10-26 09:10:58 +01:00
Craig Warren
21db837f13 Removed unnessessary --without-multlib option for gcc on macOS. Updated instructions on activating/deactivating conda environments. Removed build step as it is done before install anyway. 2018-10-26 08:57:25 +01:00
Craig Warren
5315b254c1 Updated environment to handle problem with Python 3.6.7 and 3.7.* and mkl > 2018.0.0 2018-10-25 17:13:19 +01:00
Craig Warren
80cc5a1d3a Added note to ensure when antenna models are moved to create B-scans the step size is a multiple of the spatial resolution of the model. 2018-09-06 15:23:07 +01:00
craig-warren
b4b910250b Code tidy. 2018-08-30 19:55:46 +01:00
craig-warren
c05accf77a Tidied some comments. 2018-08-30 19:53:51 +01:00
craig-warren
824f53b8dd Merge branch 'master' of https://github.com/gprMax/gprMax 2018-08-30 19:47:31 +01:00
Craig Warren
aec1c54406 Merge pull request #169 from archerc/master
Add an input file command '#output_dir' to allow user to specify the directory of output files other than the directory of the input files.
2018-08-30 19:46:08 +01:00
archerC
b1e4d96fb7 add a input file command #output_dir to specify the directory of output files other than the directory of the input files. 2018-08-30 16:02:36 +08:00
Craig Warren
407f7f07ea Removed some debug print messages. 2018-08-29 14:34:45 +01:00
Craig Warren
9d9890aa2a Tidied imports 2018-08-29 08:39:26 +01:00
Craig Warren
ceb272cd3a Merge pull request #168 from archerc/me
add support for languages other than english in the input files by opening as utf-8
2018-08-29 08:38:17 +01:00
archerC
e5f76713ba to allow open input files with commentary text written in asian language by opening files with encoding utf-8 2018-08-29 12:32:44 +08:00
Craig Warren
5f41cd97d2 Corrected table formatting. 2018-08-23 10:28:02 -06:00
Craig Warren
8850aaf260 Updated links for GSSI 400MHz antenna model. 2018-08-23 10:20:14 -06:00
Craig Warren
1a6c3ea85c Pinned Python to 3.6.* series as Python 3.7 is not currently compatible with the pycuda package. 2018-07-26 17:28:27 +01:00
Craig Warren
a0393c88d8 1. Added new GPR format IPRB/IPRH (Implulse Radar)
2. Fixed the file path issue. The user now can choose a file from a 
different folder.
3. Added the center frequency as a requirement along with the Tx-Rx 
distance and the trace step, as it is crucial for the DT1/HD to work 
with the official Sensors Software.
4. Removed some spaces from the HD header file
5. Added more comments to the script in case anyone want to understand 
the header structures.
2018-07-18 08:32:34 +01:00
craig-warren
b2c3e54c18 Changed rounding method (to ceil) used to calculate number of iterations. Now guarantees simulation will run beyond specified time window. 2018-07-17 15:45:11 +01:00
craig-warren
a704243598 Corrected bug with time vector used in plotting scripts. 2018-07-17 15:42:20 +01:00
craig-warren
bdef5c5ac5 Added check for MATLAB versions less than R2016b which do not have certain string functionality, e.g. pad function. 2018-07-12 11:00:47 +01:00
Craig Warren
fd7c61428a PEP8 code cleanups. 2018-07-09 12:35:19 +01:00
Craig Warren
d96bfe4aa3 Removed explicit dependency on mkl 2018.0.0. 2018-07-09 11:55:03 +01:00
Craig Warren
af2a97c872 Bumped to v.3.1.4 2018-07-09 11:37:33 +01:00
Craig Warren
45fae87e55 Further updates to docs to mention GSSI 400MHz antenna model. v.3.1.4 2018-07-09 11:21:13 +01:00
Craig Warren
0ea15aaf1a Added ability to write snapshots with GPU solver. Implmented speedup of snapshot writing for CPU solver. 2018-07-09 11:15:08 +01:00
Craig Warren
ae243b1d03 Cleanup/rationalisation of code from writing geometry views. 2018-07-09 11:13:54 +01:00
Craig Warren
25e7d4b533 Moved memory estimating to Grid class, and now called from model_build_run module. 2018-07-09 11:13:45 +01:00
Craig Warren
607ace46c0 Corrected bug with print message on snapshot spatial discretisation. 2018-07-09 11:10:01 +01:00
Craig Warren
a1512086bc Change HDF5 file attributes: 'dx,dy,dz' to 'dx_dy_dz' and 'nx,ny,nz' to 'nx_ny_nz'. 2018-07-09 11:09:06 +01:00
Craig Warren
888d9f401f Moved (and updated) memory estimate function, now attached to Grid class. 2018-07-09 11:05:04 +01:00
Craig Warren
9fa07576fe Removed explicit dependency on numpy 1.13.* 2018-07-09 11:00:38 +01:00
Craig Warren
cd081d4165 Update to text describing 2D/3D modes. 2018-06-15 08:45:50 +01:00
Craig Warren
c9ee97ba93 Change HDF5 file attribute from 'nx,ny,nz' to 'nx_ny_nz'. 2018-05-23 17:46:54 +01:00
Craig Warren
a943a024bd Change name of script to create head only to h5 rather than hdf5 for consistency. 2018-05-23 17:45:46 +01:00
Craig Warren
b3247b07dc Change HDF5 file attribute from 'dx,dy,dz' to 'dx_dy_dz' 2018-05-23 17:43:07 +01:00
Craig Warren
38d51fc187 Updated images. 2018-05-23 14:54:09 +01:00
Craig Warren
f662f7d053 Testing images. 2018-05-23 14:46:13 +01:00
Craig Warren
7f1112c541 Testing images. 2018-05-23 14:44:03 +01:00
Craig Warren
b2eccf4b18 Updated images for 2D/3D simulations. 2018-05-23 14:38:47 +01:00
craig-warren
6f145f1d0f Update copyright date in docs and add reference to optimised GSSI 1.5GHz antenna model. 2018-05-23 11:36:40 +01:00