Skip to main content

Python interface for OpenIGTLink

Project description

pyigtl

Python implementation of OpenIGTLink, a lightweight real-time data transfer protocol developed for image-guided therapy applications (surgical navigation, image-guided surgery, ultrasound-guided interventions, etc.).

Tested with 3D Slicer and PLUS Toolkit.

Implemented message types: IMAGE, TRANSFORM, STRING, POINT. Supports latest OpenIGTLink protocol (version 3), including custom metadata fields.

Installation

The package is not yet available on PyPI or conda, therefore you need to download the files to your computer and add it to PYTHONPATH environent variable (for example, PYTHONPATH=c:/dev/pyigtl) before starting Python. Alternatively, you can add the module path in your Python code before importing pyigtl, for example:

import sys
sys.path.append("c:/dev/pyigtl")

Example

Wait until a message is received from a device named ToolToReference and print the message content:

from pyigtl.comm import OpenIGTLinkClient
client = OpenIGTLinkClient(host="127.0.0.1", port=18944)
message = client.wait_for_message("ToolToReference")
print(message)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyigtl-0.1.0rc0.tar.gz (14.3 kB view hashes)

Uploaded Source

Built Distribution

pyigtl-0.1.0rc0-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page