All Projects → jjnurminen → gaitutils

jjnurminen / gaitutils

Licence: GPL-3.0 license
Extract and visualize gait data

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to gaitutils

2019-nCoV-dash
新型冠状病毒(2019-nCoV)肺炎(COVID-19)疫情展示
Stars: ✭ 13 (-53.57%)
Mutual labels:  plotly, plotly-dash
Edaviz
edaviz - Python library for Exploratory Data Analysis and Visualization in Jupyter Notebook or Jupyter Lab
Stars: ✭ 220 (+685.71%)
Mutual labels:  plotly, matplotlib
Dash Sample Apps
Open-source demos hosted on Dash Gallery
Stars: ✭ 2,090 (+7364.29%)
Mutual labels:  plotly, plotly-dash
covid-19
Coronavirus COVID-19 Dashboard - Global Kaggle Data
Stars: ✭ 31 (+10.71%)
Mutual labels:  plotly, plotly-dash
gopem
GUI for OPEM library
Stars: ✭ 20 (-28.57%)
Mutual labels:  pyqt5, matplotlib
Pandoc Plot
Render and include figures in Pandoc documents using your plotting toolkit of choice
Stars: ✭ 75 (+167.86%)
Mutual labels:  plotly, matplotlib
Dexplot
Simple plotting library that wraps Matplotlib and integrated with DataFrames
Stars: ✭ 208 (+642.86%)
Mutual labels:  plotly, matplotlib
Plotly express
Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py!
Stars: ✭ 633 (+2160.71%)
Mutual labels:  plotly, plotly-dash
Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (+785.71%)
Mutual labels:  plotly, plotly-dash
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+55585.71%)
Mutual labels:  plotly, plotly-dash
Fitly
Self hosted web analytics for endurance athletes
Stars: ✭ 65 (+132.14%)
Mutual labels:  plotly, plotly-dash
SciPlot-PyQt
A Matplotlib-wrapped user-interface for creating and editing publication-ready images and plots
Stars: ✭ 32 (+14.29%)
Mutual labels:  pyqt5, matplotlib
Front End
Coronavirus COVID19 US Cases Dashboard
Stars: ✭ 42 (+50%)
Mutual labels:  plotly, plotly-dash
Plotly.py
The interactive graphing library for Python (includes Plotly Express) ✨
Stars: ✭ 10,701 (+38117.86%)
Mutual labels:  plotly, plotly-dash
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+28339.29%)
Mutual labels:  plotly, matplotlib
Plotly.js
Open-source JavaScript charting library behind Plotly and Dash
Stars: ✭ 14,268 (+50857.14%)
Mutual labels:  plotly, plotly-dash
Colorcet
A set of useful perceptually uniform colormaps for plotting scientific data
Stars: ✭ 438 (+1464.29%)
Mutual labels:  plotly, matplotlib
Hexapod Robot Simulator
A hexapod robot simulator built from first principles
Stars: ✭ 577 (+1960.71%)
Mutual labels:  plotly, plotly-dash
Slapdash
Boilerplate for bootstrapping scalable multi-page Dash applications
Stars: ✭ 225 (+703.57%)
Mutual labels:  plotly, plotly-dash
Crawler4Caida
一个致力于用Python提高部门工作自动化水平的程序库!(包括数据采集、办公自动化、辅助研究、图网络、复杂系统、3D可视化等)
Stars: ✭ 82 (+192.86%)
Mutual labels:  pyqt5, matplotlib

gaitutils

The aim of gaitutils is to provide convenient methods for extracting, processing and plotting of 3D gait analysis data. Compared to packages such as btk, it provides higher-level interface, with abstractions such as 'trial' and 'gait cycle'. Data can be read from Vicon Nexus or directly from c3d files.

Example: to read the current trial from Vicon Nexus and plot the Plug-in Gait lower body kinematics:

import gaitutils

tr = gaitutils.trial.nexus_trial()
gaitutils.viz.plot_trials(tr)

The package also includes a PyQt5-based GUI for plotting and processing operations.

See the documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].