kwsp / uff.py

Python Reader for the Ultrasound File Format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uff.py

Python Reader for the Ultrasound File Format

This python package is based on the standard defined in v0.3.0 of the Ultrasound File Format.

Instalation

to install run:

pip install git+https://github.com/waltsims/uff.py

Getting Started

from uff import UFF

# load uff object from uff file <file-name>
uff_object = UFF.load('<file-name>')

# print uff summary
uff_object.summary

About

Python Reader for the Ultrasound File Format

License:MIT License


Languages

Language:Python 100.0%