{ "info": { "author": "Henry S. Harrison", "author_email": "henry.schafer.harrison@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", "Topic :: Utilities" ], "description": "===============\npython-qualisys\n===============\n\n+--------------------+-------------------+\n| | |travis-badge| | | |version-badge| |\n| | |coverage-badge| | | |license-badge| |\n+--------------------+-------------------+\n\n.. |travis-badge| image:: http://img.shields.io/travis/hsharrison/python-qualisys.png?style=flat\n :alt: Travis-CI Build Status\n :target: https://travis-ci.org/hsharrison/python-qualisys\n.. |coverage-badge| image:: http://img.shields.io/coveralls/hsharrison/python-qualisys.png?style=flat\n :alt: Coverage Status\n :target: https://coveralls.io/r/hsharrison/python-qualisys\n.. |version-badge| image:: http://img.shields.io/pypi/v/python-qualisys.png?style=flat\n :alt: PYPI Package\n :target: https://pypi.python.org/pypi/python-qualisys\n.. |license-badge| image:: http://img.shields.io/badge/license-MIT-blue.png?style=flat\n :alt: License\n :target: https://pypi.python.org/pypi/python-qualisys\n\nLoad data from a .txt file exported from QTM into `pandas `_::\n\n pip install qualisys\n\n.. code-block:: python\n\n In [1]: from qualisys import load_qtm_data\n\n In [2]: data, metadata = load_qtm_data('example_data.txt')\n\n In [3]: metadata\n Out[3]:\n {'analog_frequency': 0,\n 'description': '--',\n 'events': [],\n 'no_of_frames': 720,\n 'pc_on_time': 912.56663253,\n 'no_of_cameras': 7,\n 'marker_names': ['RIGHT_KNEE', 'right_ankle'],\n 'frequency': 120,\n 'no_of_markers': 2,\n 'no_of_analog': 0,\n 'data_included': '3D',\n 'time_stamp': numpy.datetime64('2014-06-17T08:53:44-0400')}\n\n In [4]: data\n Out[4]:\n \n Dimensions: 2 (items) x 720 (major_axis) x 3 (minor_axis)\n Items axis: RIGHT_KNEE to right_ankle\n Major_axis axis: 0.00833 to 6.0\n Minor_axis axis: x to z\n\n In [5]: data['right_ankle'].head()\n Out[5]:\n dim x y z\n t\n 0.00833 1501.102 2073.985 102.815\n 0.01667 1501.187 2074.183 103.058\n 0.02500 1501.052 2073.905 102.775\n 0.03333 1501.557 2073.970 103.195\n 0.04167 1501.425 2073.629 102.974", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/hharrison/python-qualisys/get/default.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/hharrison/python-qualisys", "keywords": "qualisys qtm motion-capture import biomechanics", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "python-qualisys", "package_url": "https://pypi.org/project/python-qualisys/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-qualisys/", "project_urls": { "Download": "https://bitbucket.org/hharrison/python-qualisys/get/default.tar.gz", "Homepage": "https://bitbucket.org/hharrison/python-qualisys" }, "release_url": "https://pypi.org/project/python-qualisys/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Import data from Qualisys Track Manager into pandas.", "version": "0.2.0" }, "last_serial": 1146959, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c6b1f3fe362be08fcd213f4d60d4e21c", "sha256": "11f90a4764197cf3696b92dac5431a5b14bb4f38279da3729e187b0babce3e90" }, "downloads": -1, "filename": "python-qualisys-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c6b1f3fe362be08fcd213f4d60d4e21c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3268, "upload_time": "2014-06-30T17:15:11", "url": "https://files.pythonhosted.org/packages/b0/74/07914d417ce2babd52985102bd265fb3dbf51028ada72657373629443957/python-qualisys-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5908601b533f9cf840d845c7d4de8bfa", "sha256": "f14f09d138a2746aba963e7aa527fbecba58e6fdc4816f0b833b602bc0380f54" }, "downloads": -1, "filename": "python-qualisys-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5908601b533f9cf840d845c7d4de8bfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3269, "upload_time": "2014-07-02T04:53:18", "url": "https://files.pythonhosted.org/packages/50/c0/595ae4076b357dc62a0258b040767b09a98a9d0b15c22fde365e2f8c8c0b/python-qualisys-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "882126c54c4a22158c54e79afb35b4ef", "sha256": "8a4a3d89274d605cad76858f97385df11f0b24affa69ffd756afd2be9f9f5541" }, "downloads": -1, "filename": "python-qualisys-0.1.2.tar.gz", "has_sig": false, "md5_digest": "882126c54c4a22158c54e79afb35b4ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3287, "upload_time": "2014-07-02T05:01:09", "url": "https://files.pythonhosted.org/packages/90/f4/8eeb8159d996ce01eda6fbaa41434edd6b14452452dd928f04be371b23b2/python-qualisys-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "ad7456af012518e78f64488ae81a58fc", "sha256": "fec4f52d336e2424ff8a194cf57d7a2a3a05d410ed137c7da63fc34285c85318" }, "downloads": -1, "filename": "python-qualisys-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ad7456af012518e78f64488ae81a58fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3340, "upload_time": "2014-07-02T05:25:11", "url": "https://files.pythonhosted.org/packages/ca/60/5a814c8f00dc26cad0868e9c86abc9d6e1923b0a33cc826c8172ec422892/python-qualisys-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "ff9a6b789ee12650bb3f48609bed6746", "sha256": "b57954b99a4a4bd31c96e3fca5b8b9f92c2cb7805d1a6ed72040b5a1d5f9172e" }, "downloads": -1, "filename": "python-qualisys-0.1.4.tar.gz", "has_sig": false, "md5_digest": "ff9a6b789ee12650bb3f48609bed6746", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3350, "upload_time": "2014-07-02T05:28:43", "url": "https://files.pythonhosted.org/packages/09/bf/872cc781eee536571e39b6a53dab2b40d7f6a9682d9d41ada0a54d12abcd/python-qualisys-0.1.4.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "4b982fd227518d2cce3ac8a6c32d80b0", "sha256": "93e429b7109ab16eb569b919ad9c6ee687c27f2c7beb54d3d54029ae388c2c0f" }, "downloads": -1, "filename": "python-qualisys-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4b982fd227518d2cce3ac8a6c32d80b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3734, "upload_time": "2014-07-04T04:25:04", "url": "https://files.pythonhosted.org/packages/0e/e0/a3e50e68b801c75a74f25dd91eea4ebb860823bcc5c6b03bf2f1b5c5ea88/python-qualisys-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4b982fd227518d2cce3ac8a6c32d80b0", "sha256": "93e429b7109ab16eb569b919ad9c6ee687c27f2c7beb54d3d54029ae388c2c0f" }, "downloads": -1, "filename": "python-qualisys-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4b982fd227518d2cce3ac8a6c32d80b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3734, "upload_time": "2014-07-04T04:25:04", "url": "https://files.pythonhosted.org/packages/0e/e0/a3e50e68b801c75a74f25dd91eea4ebb860823bcc5c6b03bf2f1b5c5ea88/python-qualisys-0.2.0.tar.gz" } ] }