batch_mean_velocity#
Batch mean velocity computation from PIV data.
Syntax
python batch_mean_velocity.py main_piv_foler
main_piv_folder – the folder containing many folders of PIV data.
piv_drop
for example.
Test
python batch_mean_velocity.py test_imagesatch_spatial_correlation\piv_folder
Edit
Dec 31, 2021 – Initial commit.
Jan 22, 2022 – Strip the os.sep at the end of the given PIV directory, if exists.
Jan 05, 2023 – Adapt myimagelib import style.
Feb 08, 2023 – (i) import
readdata
frommyImageLib
instead. (ii) Rewrite in function wrapper form, to make autodoc work properly. (autodoc import the script and execute it, so anything outsideif __name__=="__main__"
will be executed, causing problems)