|
1 | | -# Preparing Qualisys data for Python processing |
| 1 | +# Qualisys PAF – Python example |
| 2 | + |
| 3 | +## Getting started |
| 4 | +To download this example project to your computer, you can either: |
| 5 | + |
| 6 | +* [Click here](https://github.com/qualisys/paf-python-example/archive/refs/heads/main.zip) to download it as a zip file. |
| 7 | +<br>_— or —_ |
| 8 | +* Clone this repository to your computer. |
| 9 | + |
| 10 | +## Preparing Qualisys data for Python processing |
2 | 11 |
|
3 | 12 | 1. Install Python, two options: |
4 | 13 | 1. Install a Python distribution like Anaconda that includes all common dependencies, see https://www.anaconda.com/download/ |
|
9 | 18 |
|
10 | 19 | Example tested with Anaconda (for Python 2.7, 32bit), alternatively Python 2.7.14 (32bit) with numpy and lxml package. |
11 | 20 |
|
| 21 | +## Resources for using the Qualisys Project Automation Framework (PAF) |
| 22 | + |
| 23 | +The purpose of the ***Project Automation Framework*** (PAF) is to streamline the motion capture process from data collection to the final report. This repository contains an example project that illustrate how PAF can be used to implement custom automated data collection in [Qualisys Track Manager (QTM)](http://www.qualisys.com/software/qualisys-track-manager/), and how QTM can be connected to a processing engine. |
| 24 | + |
| 25 | +### PAF Documentation |
| 26 | + |
| 27 | +The full documentation for PAF development is available here: [PAF Documentation](https://github.com/qualisys/paf-documentation). |
| 28 | + |
| 29 | + |
| 30 | +### PAF Examples |
| 31 | + |
| 32 | +Our official examples for various processing engines: |
| 33 | + |
| 34 | +- [Excel](https://github.com/qualisys/paf-excel-example) |
| 35 | +- [Matlab](https://github.com/qualisys/paf-matlab-example) |
| 36 | +- [OpenSim](https://github.com/qualisys/paf-opensim-example) |
| 37 | +- [Python](https://github.com/qualisys/paf-python-example) |
| 38 | +- [Theia Markerless](https://github.com/qualisys/paf-theia-markerless-example) |
| 39 | +- [Visual3D](https://github.com/qualisys/paf-visual3d-example) |
| 40 | + |
| 41 | +_As of QTM version 2.17, the official Qualisys PAF examples can be used without any additional license. Note that some more advanced analysis types require a license for the "PAF Framework Developer kit" (Article number 150300)._ |
0 commit comments