Skip to content

waltsims/uff-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uff-reader

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.

NOTE: A Python reader for the Ultrasound toolbox (USTB) version of uff can be found here

Instalation

to install run:

pip install uff-reader

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

Cite

@inproceedings{bernard2018ultrasound,
  title={The ultrasound file format (UFF)-first draft},
  author={Bernard, Olivier and Bradway, David and Hansen, Hendrik HG and Kruizinga, Pieter and Nair, Arun and Perdios, Dimitris and Ricci, Stefano and Rindal, Ole Marius Hoel and Rodriguez-Molares, Alfonso and Stuart, Matthias Bo and others},
  booktitle={2018 IEEE International Ultrasonics Symposium (IUS)},
  pages={1--4},
  year={2018},
  organization={IEEE}
}

About

Python Reader for the Ultrasound File Format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages