Skip to content
Snippets Groups Projects
Commit 382e89e9 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Twiddle time decay constant in pattern visualizer

parent b492dd94
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ class Array:
dtype=np.float32)
shaped_array.reshape(-1, self.nattributes)[:nelements] = self.array
modulation = np.exp(-(self.ctx.timestamp-shaped_array[:, :, 0]))
modulation = np.exp(-0.75*(self.ctx.timestamp-shaped_array[:, :, 0]))
subgroup = shaped_array[:, :, 1]/(self.ctx.nsubgroups()-1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment