OpenPIV / openpiv-python

OpenPIV is an open source Particle Image Velocimetry analysis software written in Python and Cython
http://www.openpiv.net
GNU General Public License v3.0
247 stars 143 forks source link

windef no has settings.fmt that can be changed to save different formats #273

Closed alexlib closed 2 years ago

alexlib commented 2 years ago

settings = windef.PIVSettings settings.fmt = "%8.4f"

tools.save(filename, x, y, u, v, flags, grid_mask, settings.fmt)