Private
Public Access
1
0

added Rhythm to flex plot

This commit is contained in:
Sander Roosendaal
2017-01-16 22:43:46 +01:00
parent c380804d08
commit 7b0e8e6872
5 changed files with 24 additions and 1 deletions

View File

@@ -339,6 +339,7 @@ class StrokeData(models.Model):
finish = models.FloatField(default=0,null=True)
wash = models.FloatField(default=0,null=True)
peakforceangle = models.FloatField(default=0,null=True)
rhythm = models.FloatField(default=1.0,null=True)
# A wrapper around the png files
class GraphImage(models.Model):