batch_spatial_correlation#
Batch spatial correlation computation.
Syntax
python batch_spatial_correlation.py main_piv_foler
main_piv_folder – the folder containing many folders of PIV data. piv_drop for example.
Test
python batch_spatial_correlation.py test_imagesatch_spatial_correlation\piv_folder
Edit
Dec 15, 2021 – 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)