diff --git a/sarvey/sarvey_mti.py b/sarvey/sarvey_mti.py index a0f94a4..d1cbfdd 100755 --- a/sarvey/sarvey_mti.py +++ b/sarvey/sarvey_mti.py @@ -148,7 +148,7 @@ def run(*, config: Config, args: argparse.Namespace, logger: Logger): logger=logger) proc_obj.runFiltering() coh_value = int(config.filtering.coherence_p2 * 100) - required_files.extend(["p1_aps.h5", f"coh{coh_value}_ifg_wr.h5", f"coh{coh_value}_aps.h5"]) + required_files.extend(["p1_aps.h5", f"p2_coh{coh_value}_ifg_wr.h5", f"p2_coh{coh_value}_aps.h5"]) if 4 in steps: checkIfRequiredFilesExist(