Metadata-Version: 2.1
Name: worklab
Version: 1.7.6
Summary: Basic scripts for worklab devices
Home-page: https://gitlab.com/Rickdkk/worklab
Download-URL: https://gitlab.com/Rickdkk/worklab
Author: Rick de Klerk, Thomas Rietveld, Rowie Janssen
Author-email: r.de.klerk@pl.hanze.nl, t.rietveld@lboro.ac.uk, r.j.f.janssen@umcg.nl
License: GNU GPLv3
Keywords: wheelchair biomechanics,ergometry,physiology
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
License-File: LICENSE

Worklab: a wheelchair biomechanics mini-package
===============================================

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3268671.svg
   :target: https://doi.org/10.5281/zenodo.3268671

.. image:: https://badge.fury.io/py/worklab.svg
    :target: https://badge.fury.io/py/worklab

.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg
    :target: https://www.gitlab.com/Rickdkk/worklab/tree/master/LICENCE

.. image:: https://readthedocs.org/projects/worklab/badge/?version=latest
    :target: https://worklab.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

Essential data analysis and (pre-)processing scripts used in projects researching the Lode `Esseda`_
wheelchair ergometer in the worklab at the University Medical Centre Groningen. Includes all basic io and calculations for the equipment in the worklab, which means:

.. _Esseda: https://www.lode.nl/en/product/esseda-wheelchair-ergometer/637

* Measurement wheel (Optipush and SMARTwheel) data processing
* Ergometer (Esseda) data processing
* Push-by-push analysis
* Spirometer (COSMED) data processing
* IMU (NGIMU and MoveSense) data processing
* Kinematics (Optotrak/OptiTrack) data processing
* more(?)

Documentation
-------------
For more detailed documentation you can look at the `docs <https://worklab.readthedocs.io/en/latest>`_.

Prerequisites
-------------
You need a valid version of Python 3.6+ (because f-strings). This project has a bunch of dependencies for *reasons* so you will also need the scipy ecosystem
, which you probably already have.

Installing
----------
You can install this package with pip::

    pip install worklab

Examples
--------
You can find some Jupyter Notebook examples `here <https://worklab.readthedocs.io/en/latest/examples.html>`_.

Projects using same code
------------------------
* Viewer (built with PyQt) - source unfortunately was lost when my laptop was stolen	
* `Coast-down`_ analyzer (built with PySide 2)

.. _Coast-down: https://gitlab.com/Rickdkk/coast_down_test

Reporting errors
----------------
If you find an error or mistake, which entirely possible, please contact me or submit an issue through this page.

Citing
------
If you want to refer to this package please use this DOI: 10.5281/zenodo.3268671, or cite: R.de Klerk. (2019, July 4). Worklab: a wheelchair biomechanics mini-package (Version 1.0.0). Zenodo. http://doi.org/10.5281/zenodo.3268671
