提交图

1087 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
c440599b88 Added link to screencast on plotting source waveforms in a Jupyter notebook. 2016-08-01 17:32:02 +01:00
Craig Warren
0c8d612a02 Added simple MATLAB scripts for plotting A-scans and B-scans. They are not as functional as the Python equivalents and are intended as a getting started point. 2016-08-01 11:04:43 +01:00
Craig Warren
9fb2cd1cff Added quintic and sextic scaling options for PML parameters. 2016-07-29 17:44:19 +01:00
Craig Warren
81c9853625 Added options for 5th and 6th degree polynomial scaling for PML parameters. 2016-07-29 17:42:42 +01:00
Craig Warren
13d6b8a779 Added info on PML scaling direction. 2016-07-29 17:29:14 +01:00
Craig Warren
29c5da5812 Updated print statement on minimum kappa value for PML. 2016-07-29 15:26:40 +01:00
Craig Warren
f7217f2050 Updated notes on PML parameters. 2016-07-29 15:26:13 +01:00
Craig Warren
4ee8f53e4a Corrected print format specifier. 2016-07-29 15:07:15 +01:00
Craig Warren
1a59e4df64 Tidied some import statements. 2016-07-29 14:49:21 +01:00
Craig Warren
1a045483d8 Fixed a typo. 2016-07-28 12:05:31 +01:00
Craig Warren
c29c426676 Added explicit mention of open source. 2016-07-28 11:54:22 +01:00
Craig Warren
0064dbe69f Corrected some descriptive text. 2016-07-27 13:38:31 +01:00
Craig Warren
9aefc5be34 Added tip on adjusting default lighting in Paraview. 2016-07-25 16:59:22 +01:00
Craig Warren
03c61befdf Updated to add setup.cfg which is used for flake8 settings. 2016-07-22 14:02:25 +01:00
Craig Warren
4407c358d6 Removed unnecessary code for creating binaries. 2016-07-21 17:16:00 +01:00
Craig Warren
0ba15d1dda Made import * into explicits for PML update functions. 2016-07-21 17:11:55 +01:00
Craig Warren
50c47de1a8 Contains flake8 (code styling) setup. 2016-07-21 16:46:10 +01:00
Craig Warren
f4c01b776c Whitespace removal. 2016-07-21 16:31:30 +01:00
Craig Warren
4095925ef0 Formatting cleanups. 2016-07-21 16:23:41 +01:00
Craig Warren
e8ebd1498f Whitespace cleanups. 2016-07-21 16:17:39 +01:00
Craig Warren
e677162d7a Various style cleanups. 2016-07-21 16:13:57 +01:00
Craig Warren
e378bd66f9 Whitespace (W292,W293,W391) tidy. 2016-07-21 16:08:39 +01:00
Craig Warren
cd823901d6 Tidied imports. 2016-07-21 16:01:53 +01:00
Craig Warren
84346c797e Remove unused imports. 2016-07-21 15:57:13 +01:00
Craig Warren
2b305805a1 Reminder on viewing Jupyter notebooks on GitHub. 2016-07-19 17:26:49 +01:00
Craig Warren
ca2c9c004f Changed name of module 'plot_builtin_wave' to 'plot_source_wave'. Add functionality to allow plotting (with FFT) in Jupyter notebooks of user-defined waveforms. 2016-07-19 12:52:49 +01:00
Craig Warren
e18d7e3d5e Refactored Lorentz coefficient expressions. 2016-07-19 11:05:07 +01:00
Craig Warren
08f8f93808 Bumped to v.3.0.5 2016-07-19 10:45:42 +01:00
Craig Warren
ca988e43b5 Fixed bug with complex number in Lorenz material coefficients. 2016-07-19 10:45:18 +01:00
Craig Warren
d2fede3c6d Corrected some formatting. 2016-07-19 10:35:10 +01:00
Craig Warren
faab10d8e1 Bumped to v.3.0.4 2016-07-15 13:37:39 +01:00
Craig Warren
03133c7224 Cythonised building of voxels from fractal volumes/rough surfaces/grass etc... 2016-07-15 13:37:07 +01:00
Craig Warren
8ad75f888c Added function to build voxels from a mask array. 2016-07-15 13:36:04 +01:00
Craig Warren
0986b876ef Updated some text descriptions. 2016-07-14 14:50:57 +01:00
Craig Warren
89770c3692 Updated text formatting. 2016-07-14 14:45:28 +01:00
Craig Warren
04a5cd08f0 Added images. 2016-07-14 14:42:11 +01:00
Craig Warren
0d98d71c45 Check for data type of array for #geometry_objects_file. 2016-07-14 14:40:34 +01:00
Craig Warren
01580498cc build_voxels_from_array function now uses int16 so array can contain a negative value. 2016-07-14 14:39:48 +01:00
Craig Warren
595615cf37 Docs update. 2016-07-14 14:38:56 +01:00
Craig Warren
09f6495e09 Changed data type of #geometry_objects_file from uint16 to int16. This will allow a negative value which indicates not to build any material at that location. N.B existing files with uint16 format should continue to work. 2016-07-14 14:38:33 +01:00
Craig Warren
6c82028984 Change to allow user pec-like material to be created in external material file. 2016-07-14 13:19:20 +01:00
Craig Warren
4f31debf70 Change to allow user pec-like material to be created in external material file. 2016-07-14 13:19:03 +01:00
Craig Warren
eea1ddb4ce Change to allow user pec-like material to be created in external material file. 2016-07-14 13:18:45 +01:00
Craig Warren
423f095633 More work on the xcorr (cross-correlation) function, but still needs more testing. 2016-07-14 09:43:14 +01:00
Craig Warren
2b220df19f Updated some comments, and changed an array of floats to uint8, as only storing optimisation levels, i.e. 0, 1 or 2 2016-07-14 09:42:23 +01:00
Craig Warren
456da769c8 More restrictive on max impedance of transmission line, must be less than the impedance of free space, i.e. 376Ohms 2016-07-14 09:41:20 +01:00
Craig Warren
c61f62a8c2 Updated with homogeneous and heterogeneous 2D videos. 2016-07-13 14:19:59 +01:00
Craig Warren
0885c9b18b Updated screencasts for installing and updating gprMax. 2016-07-11 18:48:54 +01:00
Craig Warren
d941007765 Added instructions on updating conda and Python packages. 2016-07-11 18:46:27 +01:00
Craig Warren
f27b0acab5 Changed title of section. 2016-07-11 16:05:34 +01:00