Skip to content

Commit

Permalink
Change name in checks before running sarvey_mti.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Piter committed Aug 8, 2024
1 parent 17cd622 commit a3dd580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarvey/sarvey_mti.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a3dd580

Please sign in to comment.