Skip to content
/ uff-view Public

Easily check and visualize the content of a "universal" file (.uff/.unv).

Notifications You must be signed in to change notification settings

matmr/uff-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This very basic script relies heavily on the pyuff library to read the contents of files written in the Universal File Format, offering a simple GUI on top. It is capable of rendering nodes in a 3D view, plotting measured frequency-response functions and listing other contents of the file in a table-like widget.

Fields in the Universal file format can be used for storing measured data and results of structural dynamic analyses. This quite old format is still in use today. A very helpful reference for deciphering the contents can be found here.

This tool was built in the early days of OpenModal project (check here and here) and had some influence in how its underlying data model was setup. Since lots of improvements were made in the meantime and because uff-view is not actively developed (at the moment), you should probably use OpenModal for opening .uff/.unv files.

Install & Run

Lots of dependencies will already be installed if you are using a Python distribution, such as Anaconda (recommended).

>>>pip install PySide numpy pandas pyqtgraph
>>>git clone https://github.com/matmr/uff-view
>>>cd uff-view
>>>py uff-view.py

Dependencies

  • PySide, (should also work with PyQt4)
  • pyqtgraph, for 3D and 2D plots
  • pandas, for storing data
  • numpy, for number crunching

About

Easily check and visualize the content of a "universal" file (.uff/.unv).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages