Skip to content

eurobench/pi_pepato

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEPATO

PErformance indicators of spatiotemporal PATterns of the spinal muscle coordination Output during walking with an exoskeleton

Data format

4.5. Electromyography file

Please specify the EMG timestamp in miliseconds (see examples from test_data folder)

4.9. Gait events file

  • Electromiography and Gait events files should be named the same
  • File name format (gait speed V should be from the list of [2, 4, 6] km per hour):
subject_N_run_R_emg_speedVkmh.csv
subject_N_run_R_gaitEvents_speedVkmh.yaml

Requirements

  • octave version >= 5.2.0
  • octave packages required: signal >= 1.4.1 statistics >= 1.4.1

Usage

>>> ./run_pepato left BLF db_healthy_adults_8m ./test_data/input/subject_0_run_0_emg_speed2kmh.csv ./test_data/input/subject_0_run_0_gaitEvents_speed2kmh.yaml ./test_data/input/subject_0_run_0_emg_speed4kmh.csv ./test_data/input/subject_0_run_0_gaitEvents_speed4kmh.yaml ./test_data/input/subject_0_run_0_emg_speed6kmh.csv ./test_data/input/subject_0_run_0_gaitEvents_speed6kmh.yaml ./test_data
  • Set body side, NMF stop criteria, database filename (from pepato/db folder), input files (random order allowed) and output directory
  • Body side should be from the list of ['left', 'right']
  • NMF stop criteria should be from the list of ['BLF', 'R2=0.90', 'N=4']
  • Databases available: db_healthy_adults_8m, db_healthy_elderly_8m

Docker image

(only tested under linux)

Run the following command in order to create the docker image:

docker build . -t pi_pepato

Docker image can also be directly retrieved from the Docker Hub:

docker pull eurobenchtest/pi_pepato

Assuming data files have standardized names (see above), and folder output is already created (to contain output file):

docker run --rm -v $PWD/test_data/input:/in -v $PWD/output:/out pi_pepato ./run_pepato left BLF db_healthy_adults_8m /in/subject_0_run_0_emg_speed2kmh.csv /in/subject_0_run_0_gaitEvents_speed2kmh.yaml /in/subject_0_run_0_emg_speed4kmh.csv /in/subject_0_run_0_gaitEvents_speed4kmh.yaml /in/subject_0_run_0_emg_speed6kmh.csv /in/subject_0_run_0_gaitEvents_speed6kmh.yaml /out

Acknowledgements

eurobench_logo

Supported by Eurobench - the European robotic platform for bipedal locomotion benchmarking. More information: Eurobench website

eu_flag

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement no. 779963.

The opinions and arguments expressed reflect only the author�s view and reflect in no way the European Commission�s opinions. The European Commission is not responsible for any use that may be made of the information it contains.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MATLAB 98.2%
  • Dockerfile 1.5%
  • M 0.3%