提交图

21 次代码提交

作者 SHA1 备注 提交日期
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
fake-name
f9c0eeb48b Unsplat imports, mostly to break up the few cases of HUGE 180 char imports.
I'm eventually going to try to remove all instances of <from x import y>, but that's further down the line.
2017-04-25 15:06:14 -07:00
Craig Warren
9a00412ee3 PEP8 code cleanups. 2017-03-13 14:02:09 +00:00
Craig Warren
0635ccda11 Fractal weighting now scaled according to minimum of dimensions of fractal volume.
Added fftshift to move zero frequency component to centre of array.
2017-03-13 13:51:57 +00:00
Craig Warren
73aa76730c Remove '+1's from fractal arrays to match removal from solid array. 2017-03-02 10:53:34 +00:00
Craig Warren
c6d3fafb97 Updated copyright notices to 2017. 2017-01-18 14:16:20 +00:00
Craig Warren
c4621667d7 Removed unnecessary argument from fractal surface and volume class methods. 2016-12-09 15:01:05 +00:00
Craig Warren
45a8647a05 Adding averaging (dielectric smoothing) option to fractal volume (#fractal_box). 2016-09-30 14:14:40 +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
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
12d0d918a4 Updated to new-style classes. 2016-05-06 12:17:44 +01:00
Craig Warren
d0ae51f5f8 Re-added numpy raise divide catch. 2016-01-14 18:03:30 +00:00
Craig Warren
e7740f9827 Changed roundvalue function to round_value. 2016-01-14 18:02:19 +00:00
Craig Warren
0e4bb43142 Updated copyright notice to add 2016. 2016-01-12 18:29:10 +00:00
Craig Warren
e193dfd5da Changed name of rvalue function to roundvalue. 2016-01-11 13:32:25 +00:00
Craig Warren
95d025c5a7 Corrected class names. 2016-01-06 18:34:04 +00:00
craig-warren
bc42bf9d53 Updated to use absolute imports for packages rather than relative ones. 2015-11-25 17:58:29 +00:00
Craig Warren
843ec686de First commit 2015-09-30 14:26:59 +01:00