提交图

873 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
c8b60416b9 Work on #rx_array command in progress. 2016-06-29 13:36:06 +01:00
Craig Warren
b1441a2c04 v.3.0.1 removes ListStream() class and allows any Python output that is not a command to be printed to the stdout. 2016-06-29 12:39:22 +01:00
Craig Warren
e339673c65 Removed *.out. Some output files need to be on GitHub for examples. 2016-06-29 12:38:00 +01:00
Antonis Giannopoulos
36a3b44f4b Semi colon missing from range() in for loop 2016-06-21 15:45:29 +01:00
craig-warren
6eee175620 Changed #rx_box to #rx_array, and allowed it to do lines of receivers as well as 2D grids. 2016-06-15 12:19:55 +08:00
craig-warren
c9c627720a Revert "multi cmds to functions"
This reverts commit 92bf59bc36.
2016-06-12 14:06:56 +08:00
jasminium
92bf59bc36 multi cmds to functions 2016-06-09 18:05:42 +01:00
Craig Warren
39fe2675a3 Updated format of contributors file. 2016-06-09 16:51:05 +01:00
Craig Warren
4fc1d5842f Updated to include contributors file. 2016-06-09 15:03:26 +01:00
Craig Warren
d8f7d57656 Added to recognise contributors to gprMax codebase. 2016-06-09 15:01:44 +01:00
Craig Warren
13bd853ef6 Corrected some minor typos. 2016-06-09 14:26:38 +01:00
Craig Warren
98493fdbc7 Added back. 2016-06-09 14:18:13 +01:00
Craig Warren
14476d5e59 Annotated image for 2D buried metal cylinder model. 2016-06-09 14:15:59 +01:00
Craig Warren
5c4b5ccf7e Corrected print statement for time to centre of pulse. 2016-06-07 13:11:52 +01:00
Craig Warren
88b847c7e7 Release version 3.0.0. We are no longer in beta phase! v.3.0.0 2016-06-07 12:07:12 +01:00
Craig Warren
b81e788853 Merge pull request #57 from obtitus/master
fixing SyntaxError in input_cmd_funcs.py
2016-06-03 14:42:23 +01:00
Øystein Bjørndal
dc5187e786 fixing SyntaxError in input_cmd_funcs.py, the unpacking was unnecesary anyway 2016-06-03 15:13:54 +02:00
craig-warren
66e437db26 Bumped to v3 beta 31. v.3.0.0b31 2016-06-03 12:33:14 +01:00
craig-warren
353cd9f01d Added space in comments. 2016-06-03 12:00:58 +01:00
craig-warren
145a072c81 Corrected bug with rx component argument name. 2016-06-03 11:53:47 +01:00
jasminium
b2d6c61afc Merge branch 'master' of https://github.com/gprMax/gprMax
refactored some domain coordinate checking logic
2016-05-31 13:17:02 +01:00
jasminium
f385ea60cd refactored domain coordinates logic 2016-05-31 13:15:40 +01:00
craig-warren
07c3b58b8f Fixed strange indent. 2016-05-30 15:44:38 +01:00
craig-warren
3823026dfc Clarified print message on build/build_ext. 2016-05-30 15:44:16 +01:00
craig-warren
c787983282 Remove unused image. 2016-05-30 15:39:27 +01:00
craig-warren
2488b418da Noted installation screencast need updating. 2016-05-30 15:38:10 +01:00
craig-warren
51099cd919 Now at v3 beta 30. v.3.0.0b30 2016-05-30 15:21:02 +01:00
craig-warren
2e990fdad4 More formatting updates. 2016-05-30 15:18:16 +01:00
craig-warren
493e13c340 Further formatting tweaks. 2016-05-30 15:14:29 +01:00
craig-warren
0490a3311a Formatting updates. 2016-05-30 15:10:48 +01:00
craig-warren
4f95357bfc Cleaned up formatting. 2016-05-30 14:47:59 +01:00
craig-warren
1ff4deaa28 Tidying and simplifying text. 2016-05-30 14:37:16 +01:00
craig-warren
a104bb914d User and dev installation now the same. 2016-05-30 14:25:52 +01:00
craig-warren
1e2dbff92b Revised installation procedure. Now the same for user and devs. No more hosting pre-built binary extensions, users build themselves. 2016-05-30 14:24:23 +01:00
Craig Warren
438669959b Added filename argument to assist with saving figures from module. 2016-05-27 15:15:24 +01:00
Craig Warren
98556e5dea Updated to reflect revised antenna plotting. 2016-05-26 12:18:05 +01:00
Craig Warren
17c6839e3b Better handling of when s21 is None. 2016-05-26 12:16:32 +01:00
Craig Warren
188542f2e6 Added an example of using the module to plot antenna parameters for s21. 2016-05-26 10:55:33 +01:00
Craig Warren
570640fb49 Revised antenna parameter plotting script to handle s21 calculation and plotting when either a transmission line or receiver is used on the receiver antenna in the model. 2016-05-26 10:48:53 +01:00
Craig Warren
f89f8e1d8f Alphabetical order. 2016-05-25 11:52:18 +01:00
Craig Warren
4cf2fb86ac Updated info on s21 parameter plotting. 2016-05-25 10:23:42 +01:00
Craig Warren
50d60dc5f9 Removed extra text block. 2016-05-25 10:19:51 +01:00
Craig Warren
bdae110c0a Updated info of plotting tools to match rationalised plotting functions. 2016-05-25 09:38:49 +01:00
Craig Warren
e793af12b8 Updated name of argument for receiver component. 2016-05-25 09:38:00 +01:00
Craig Warren
3061f2af5f Merge remote-tracking branch 'origin/master' 2016-05-24 16:05:17 +01:00
Craig Warren
a8408a93a3 No static linking on Windows as there is no static version of the OpenMP library. 2016-05-24 16:05:02 +01:00
Craig Warren
68ebec3d27 Merge pull request #53 from obtitus/master
converted print() calls to command() calls in input_cmd_funcs.
2016-05-21 19:46:42 +01:00
Øystein Bjørndal
6a9ccc59bb just some newline, trying to be consistent... 2016-05-20 22:19:19 +02:00
Øystein Bjørndal
3128fbc0d4 modifed the remaining functions to call command and return Coordinate(s) 2016-05-20 22:06:35 +02:00
Øystein Bjørndal
393d5e38e9 bugfix, the filter command removed the float/int 0. Added command call for material(), NOTE: may modify rounding as str(x) outputs more digits than {:g} 2016-05-20 19:39:25 +02:00