Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

thanhph111/prosthetic-foot-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROSTHETIC DESIGN PROGRAM USER MANUAL

Introduction

Directory structure

prosthetic-foot-design
├───.gitignore
├───asset
│   └───icon.ico
├───bak
│   ├───Foot.py.bak
│   ├───input.txt.bak
│   ├───orig
│   │   ├───Foot.py.orig
│   │   └───kernel.py.orig
│   ├───output.json.bak
│   └───plot.py.bak
├───data
│   ├───input.txt
│   └───profile.csv
├───LICENSE
├───main.ps1
├───odbstruct.json
├───README.md
├───result
│   └───output.json
└───src
    ├───ga.py
    ├───sub
    │   ├───__init__.py
    │   ├───inputprocess.py
    │   ├───kernel.py
    │   ├───plot.py
    │   └───translate.py
    └───test
        ├───multitaskdemo.py
        ├───outread.py
        ├───plotstuff.py
        ├───recheck.py
        └───virtualkernel.py

Demo