Package for visualizing a UFF file used in vibration testing.
It is constructed from 4 basic methodes:
read_uff
get_info
show_frf
show_3D
A UFF file is required to use the package
uff_1=uff_widget.widgetuff(path)
uff_1.read_uff()
uff_1.get_info()
uff_1.show_frf()
uff_1.show_3D()
For help with preparation of the UFF file, check files in the folder test_data
and
documentation of the package pyuff
(https://github.com/openmodal/pyuff) and
documentation of Universal File Format (http://sdrl.uc.edu/sdrl/referenceinfo/universalfileformats)