提交图

26 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
4848a8d4d7 PEP8 code cleanups. 2018-01-02 18:14:20 +00:00
Craig Warren
fc7306c101 Updated copyright date. 2018-01-02 11:23:53 +00:00
fake-name
6b36b597bd Break the comments to be mostly 80 chars wide, with a 100 char ceiling (mostly, probably missed some).
No actual code modification yet, only whitespace.
2017-04-25 16:52:36 -07:00
Craig Warren
bdae7ae886 Code formatting cleanups. 2017-01-26 17:59:39 +00:00
Øystein Bjørndal
c1bff26ce8 user-friendly exception message when using polarization in rx and not passing in dxdy 2017-01-25 13:24:08 +01:00
Øystein Bjørndal
6b076a7cb8 bugfix, to_save_str = ' '.join(to_save) fails if to_save is Noen (which is the default!) 2017-01-25 11:59:41 +01:00
Craig Warren
c6d3fafb97 Updated copyright notices to 2017. 2017-01-18 14:16:20 +00:00
Craig Warren
b918f91663 flake8 code cleanups. 2016-11-18 11:03:03 +00:00
Craig Warren
e39ddcad77 Added ability to rotate antenna models 90 degrees CCW in the x-y plane. 2016-10-21 12:51:04 +01:00
Craig Warren
259f35b221 Layout cleanups. 2016-10-14 14:11:29 +01:00
Craig Warren
f4c01b776c Whitespace removal. 2016-07-21 16:31:30 +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
84346c797e Remove unused imports. 2016-07-21 15:57:13 +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
353cd9f01d Added space in comments. 2016-06-03 12:00:58 +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
Øystein Bjørndal
7ed026c5c9 converted a few print() calls to command() calls. Should be identical in behavior. 2016-05-20 19:15:54 +02:00
Øystein Bjørndal
3dc9dffcad added some additional input_cmd_funcs, added Coordinate tuple and modified some of the existing functions so that they return a Coordinate instead of a plain tuple. Added example of usage as user_models/cylinder_2D_py.in 2016-05-20 15:48:55 +02:00
Craig Warren
b822a17be4 Corrected display of snapshot times. 2016-01-27 10:59:17 +00:00
Craig Warren
c38ce2964c Updated text for functional commands module. 2016-01-25 14:42:43 +00:00
Craig Warren
1b9806cef0 Contains functional forms of some of the most commonly used gprMax commands. It can useful to use these within Python scripting in an input file. 2016-01-25 14:01:20 +00:00