Metadata-Version: 1.1
Name: worklab
Version: 1.5.2
Summary: Basic scripts for worklab devices
Home-page: https://gitlab.com/Rickdkk/worklab
Author: Rick de Klerk
Author-email: r.de.klerk@umcg.nl
License: GNU GPLv3
Download-URL: https://gitlab.com/Rickdkk/worklab
Description: 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 my project 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) and ergometer (Esseda) data processing
        * Push-by-push analysis
        * Spirometer (COSMED) data processing
        * IMU (NGIMU) 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
        
        Test
Keywords: wheelchair biomechanics,ergometry,physiology
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
