提交图

203 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
cc0e30900b Work to implement OpenCL solver - temporarily breaks CUDA 2022-02-19 16:52:52 +00:00
Craig Warren
d82d4a3dba Update copyright notice. 2022-01-12 15:31:37 +00:00
Craig Warren
f2203541bc Cleanup of user_libs especially docs. 2022-01-07 14:46:14 +00:00
Craig Warren
5ef87d4a29 Adjusted PV version number check. 2022-01-06 20:58:27 +00:00
Craig Warren
ab72976ec5 Correct Windows issue with mmap access 2022-01-06 20:49:03 +00:00
Craig Warren
4689a32369 Removed this tool. 2022-01-06 16:14:58 +00:00
Craig Warren
d8fbf38d5f Updated macro for old/new gprMax versions and old/new PV threshold filter 2022-01-06 15:15:30 +00:00
Craig Warren
b9a1706045 Updated copyright to 2022. 2022-01-05 16:40:49 +00:00
jasminium
28c76d4684 removed 2021-06-16 11:48:54 +02:00
jasminium
33420c725a rename 2021-06-16 11:47:29 +02:00
jasminium
9dbc075369 macros for evtk exported geometry views 2021-06-15 17:26:37 +02:00
jasminium
fef5bd0e24 evtk macro materials, pml, sources, rx 2021-05-14 14:46:44 +02:00
jasminium
f28d5300a4 pml threshold filter for evtk 2021-05-12 21:56:45 +02:00
jasminium
038b9d84bf materials macro for evtk 2021-05-12 21:50:52 +02:00
Craig Warren
05cff28677 Corrected bug when there are no PMLs to display. 2021-05-12 11:38:52 +01:00
Craig Warren
538d3e755c Update authors and tidy imports. 2021-03-10 15:40:36 +00:00
Craig Warren
0872f8862f merge_files now takes a list of output files. 2021-03-09 09:58:16 +00:00
Craig Warren
1ce90bd2ae Updated copyright date. 2021-02-24 11:58:37 +00:00
craig-warren
d25717bf23 Updated Paraview macro to render PMLs and src/rx from coordinates in geometry file. 2020-05-12 12:26:33 +01:00
craig-warren
1e64d493a2 More updates to logging and handling exceptions. 2020-04-09 14:23:50 +01:00
craig-warren
1ef898384a Cleanup of imports and checking using pylint 2020-04-07 15:24:22 +01:00
Craig Warren
253e3a04f7 Copyright year update. 2020-02-13 17:12:09 +00:00
Craig Warren
7e6434ede7 Make single output file for main and subgrids. 2020-02-13 13:23:11 +00:00
Craig Warren
a00c3d783b Syntax correction. 2019-12-11 14:01:50 +00:00
Craig Warren
8df3aad4d4 Update to use pathlib. 2019-12-11 13:52:15 +00:00
Craig Warren
2241b46074 Added more A-scan file attributes to merged B-scan. 2019-10-28 17:08:58 +00:00
Craig Warren
6ed79e46e5 Further changes/updates towards getting sub-gridding example with GSSI 400 working. 2019-10-28 17:08:06 +00:00
Craig Warren
fede871851 Updated alternate MPI implementation that does not use spawn. 2019-03-12 14:50:03 +00:00
Craig Warren
e63262cc53 Added explicit file close calls. 2019-02-19 08:53:53 +00:00
Craig Warren
0ca02137b3 Updated copyright date to 2019. 2019-01-04 09:25:37 +00:00
Craig Warren
407f7f07ea Removed some debug print messages. 2018-08-29 14:34:45 +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
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
b3247b07dc Change HDF5 file attribute from 'dx,dy,dz' to 'dx_dy_dz' 2018-05-23 17:43:07 +01:00
Craig Warren
cc33a628b6 Tweaks to gridline styles. 2018-05-02 14:28:38 +01:00
Craig Warren
57520e0865 Added initial MATLAB script to convert gprMax output to some common GPR formats (RD3, DZT, DT1). 2018-04-04 16:31:01 +01:00
Angelisd
2999403edb gprMax merged output HDF5 to RD3, DZT, DT1 2018-03-25 22:06:43 +03:00
Craig Warren
d70b680c81 Changed white space to underscore in path names for some tools. 2018-01-31 23:03:15 +01:00
Craig Warren
85b8111366 Fix bug with incorrect module import name. 2018-01-28 15:59:12 +01:00
Craig Warren
c137bef5c3 Updating of outputfiles_merge to allow it to be imported as a function. 2018-01-17 17:17:57 +01:00
Craig Warren
8b81dca756 Use of np.isclose rather than equality when finding frequency of maximum power. 2018-01-02 14:09:17 +00:00
Craig Warren
fc7306c101 Updated copyright date. 2018-01-02 11:23:53 +00:00
Craig Warren
91a8a6a14f Added FFT function (uses np.fft.fft) to utilities module, to avoid repeating same code in several modules. 2017-12-20 15:01:12 +00:00
Craig Warren
47b66396f1 Updated some variable names. 2017-12-18 11:59:12 +00:00
Craig Warren
f88e3c7392 Changed to binary file reading to overcome bug with not reading to end of file in Windows. 2017-11-01 14:19:11 +00:00
Craig Warren
e351a5fde8 Added functionality to better handle divide by zero error when taking log10. 2017-10-11 10:24:51 +01:00
craig-warren
040abec33c Updated loading and plotting of time array to match Python plotting tools, i.e. in seconds rather than nano-seconds. 2017-08-15 11:06:59 +01:00
Craig Warren
3329df6015 Added gaussianprime and gaussiandoubleprime waveforms which are direct 1st and 2nd derivatives of the gaussian waveform, i.e. they don't share the same centre frequency. 2017-06-21 14:33:01 +01:00
Craig Warren
939a6322a1 Syntax correction. 2017-06-09 18:31:27 +01:00