Skip to content

Tool for normalizing VisionMD JSON data using different scaling methods and repetitions

Notifications You must be signed in to change notification settings

gacevedot/VisionMD-Normalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisionMD-Normalizer

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

How it works

  • Input: JSON files exported from VisionMD
  • Output: A list of digital measures with the selected scaling and repetitions

Folder structure

  • inputFolder/: Place your VisionMD JSON files here
  • outputFolder/: Processed outputs will be saved here

🚀 How to use

  1. Put your input files in inputFolder/
  2. Run:
    python process.py --inputFolder inputFolder --outputFolder outputFolder --scalingMethod THUMBSIZE --numberOfReps 10

About

Tool for normalizing VisionMD JSON data using different scaling methods and repetitions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages