提交图

1784 次代码提交

作者 SHA1 备注 提交日期
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
craig-warren
37b42ea42b Further typo changes. 2018-05-23 10:30:45 +01:00
craig-warren
884a039158 Correct typo in equation label. 2018-05-23 10:26:25 +01:00
craig-warren
af7796eb63 Further updates to text on 2D/3D simulation modes. 2018-05-23 10:21:59 +01:00
craig-warren
a1c9934113 Update equation labels. 2018-05-23 10:14:56 +01:00
craig-warren
5d68b3a411 Added Maxwell's equations for 3D and 2D TMz cases. 2018-05-23 10:06:15 +01:00
craig-warren
158c4b91b7 Test Latex cancel term in equation. 2018-05-23 09:56:59 +01:00
craig-warren
bb98eab1ee Add 2D/3D Yee cell images. 2018-05-23 09:54:36 +01:00
craig-warren
f377c978e7 Update to docs to clarify 2D/3D simulation modes. 2018-05-23 09:49:27 +01:00
Craig Warren
f7255523ac Added link to Iraklis thesis next to Peplinski soil command. 2018-05-22 11:05:12 +01:00
Craig Warren
c13fbb2314 Remove setting of magnetic properties for plates (faces). When cells edges or faces are specified only electric materials properties are used. 2018-05-18 14:50:57 +01:00
Craig Warren
50df03656c Improved commenting on Peplinski soil model. 2018-05-18 14:10:00 +01:00
Craig Warren
7b1a91ca76 Added checking for gcc 8.x 2018-05-03 13:12:49 +01:00
Craig Warren
2408b0eb61 Pinned mkl package to version 2018.0.0, as newer versions cause bug with B-scan plotting. 2018-05-02 16:48:57 +01:00
Craig Warren
dd110fd687 Added checks for correct source polarisation in 2D modes, & explicit setting of PEC boundaries for invariant direction in 2D modes. 2018-05-02 14:31:06 +01:00
Craig Warren
cc33a628b6 Tweaks to gridline styles. 2018-05-02 14:28:38 +01:00
craig-warren
4118604112 Corrected bug with extent of cylinders when building cylinders aligned with an axis. Introduced recently with speed-up of building axis aligned cylinders. 2018-04-17 20:08:37 +01:00
craig-warren
673588c4d5 Switch to using scipy fftpack rather than numpy fft functions for fractal generation - see issues #148 & #150 2018-04-12 17:52:26 +01:00
craig-warren
eef4a3bd6e More edits for including logo. 2018-04-12 17:45:59 +01:00
craig-warren
df91cf7cbe Use raw HTML to render logo correctly in 2018-04-12 17:37:06 +01:00
craig-warren
380dbbe098 Scale down large version of logo. 2018-04-12 17:23:51 +01:00
craig-warren
e8a421bc3e Test large version of logo for doc building. 2018-04-12 17:20:09 +01:00
craig-warren
497a10d357 Test logo in Latex docs. 2018-04-12 17:15:40 +01:00
craig-warren
43d87ed3a1 Test logo in Latex docs only. 2018-04-12 17:12:28 +01:00
craig-warren
defa45cc90 Test if logo breaks doc building. 2018-04-12 17:10:26 +01:00
craig-warren
47510f3aec Tests to resolve doc building error. 2018-04-12 17:06:23 +01:00