added Rhythm to flex plot
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user