prsctrl.data.util.find_all_rta_data_dirs#

find_all_rta_data_dirs(base_dir: str) list[tuple[str, str, str, str | None]][source]#

Find data directories where reflection and transmission data exists. The directory paths must habe the same stem and only differ by the -ref -tra -abs suffixes. :return: list[(shared_part_of_dirname, ref_data_dir, tra_data_dir, abs_data_dir/None)]