Skip to content

Commit ec6a0ae

Browse files
committed
Updated readme and added changelog
1 parent 4892c0f commit ec6a0ae

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [1.0.0]
4+
5+
Migrated examples from paf-resources.

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
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
211

312
1. Install Python, two options:
413
1. Install a Python distribution like Anaconda that includes all common dependencies, see https://www.anaconda.com/download/
@@ -9,3 +18,24 @@
918

1019
Example tested with Anaconda (for Python 2.7, 32bit), alternatively Python 2.7.14 (32bit) with numpy and lxml package.
1120

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

Comments
 (0)