From 77afb2f4b5eb72f9aee6d39c5e7e82c254d2f053 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Tue, 9 May 2017 19:59:21 -0700 Subject: [PATCH] Turns out spread is period 180 but spin 1/2 --- cuburn/genome/specs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuburn/genome/specs.py b/cuburn/genome/specs.py index a95faf8..0a5b17b 100644 --- a/cuburn/genome/specs.py +++ b/cuburn/genome/specs.py @@ -3,7 +3,7 @@ from variations import var_params affine = ( { 'angle': spline(45, period=360) - , 'spread': spline(45, period=180) + , 'spread': spline(45, period=360) , 'magnitude': XYPair(scalespline()) , 'offset': XYPair(spline()) })