summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2013-01-10scripts: random-muscle-activation: Implement basic functionalityTobias Klauser1-10/+55
The variation of the values can also be specified (-d/-D), in general they should be -N/+N
2013-01-10scripts: plotcsv.py: Move plotting functionality to own functionTobias Klauser1-18/+48
This way we can call it from random-muscle-activation.py to inspect generated data directly.
2013-01-08scripts: random-muscle-activation: Add basic script structureTobias Klauser1-0/+122
No random data yet (just 0 for y values)
2013-01-08scripts: csv2sto.py: Add copyright/license and fix typo inmessageTobias Klauser1-2/+9
2013-01-08scripts: plotcsv.py: Also plot linear and cubic interpolation of dataTobias Klauser1-2/+9
2013-01-08scripts: csv2sto.py: Print scaling message before opening filesTobias Klauser1-4/+4
2012-12-21Add CSV plot script in pythonTobias Klauser1-0/+59
2012-12-21csv2sto: update to merge multiple CSV filesTobias Klauser1-33/+72
Still same time spacing is needed...
2012-12-07Add converter scriptTobias Klauser1-0/+85