A Python tool for normalizing signal movement data from VisionMD JSON files.
You can:
- Select different scaling methods for normalization (options: THUMBSIZE, INDEXSIZE, PALMSIZE, NOSCALING)
- Define the number of repetitions to include
- Input: JSON files exported from VisionMD
- Output: A list of digital measures with the selected scaling and repetitions
inputFolder/: Place your VisionMD JSON files hereoutputFolder/: Processed outputs will be saved here
- Put your input files in
inputFolder/ - Run:
python process.py --inputFolder inputFolder --outputFolder outputFolder --scalingMethod THUMBSIZE --numberOfReps 10