Skip to content

Commit

Permalink
reduce temporal baseline to 90 days
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Oct 17, 2024
1 parent 7ff2da7 commit 9b7d6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyp3_srg/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def compute_sbas_velocity_solution(

def create_time_series(
looks: tuple[int, int] = (10, 10),
baselines: tuple[int, int] = (1000, 1000),
baselines: tuple[int, int] = (90, 1000),
threshold: float = 0.5,
do_tropo_correction: bool = True,
work_dir: Path | None = None,
Expand Down

0 comments on commit 9b7d6b3

Please sign in to comment.