batch_velocity_autocorr#
Batch velocity autocorrelation computation.
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_velocity_autocorr.py test_imagesatch_spatial_correlation\piv_folder
Edit
Feb 21, 2022 – Initial commit.
Jan 05, 2023 – Adapt myimagelib import style.
Feb 08, 2023 – Rewrite in function wrapper form, to make autodoc work properly. (autodoc import the script and execute it, so anything outside
if __name__=="__main__"
will be executed, causing problems)