Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/prep_mintpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from dolphin.utils import full_suffix
from mintpy.utils import arg_utils, ptime, readfile, writefile
from mintpy.utils.utils0 import calc_azimuth_from_east_north_obs
from opera_utils import OPERA_DATASET_ROOT, get_dates
from opera_utils import OPERA_DATASET_NAME, get_dates

####################################################################################
EXAMPLE = """example:
Expand Down Expand Up @@ -161,7 +161,7 @@ def prepare_metadata(meta_file, int_file, nlks_x=1, nlks_y=1):
if burst_ds not in meta_compass:
burst_ds = f"{processing_ds}/input_burst_metadata"
else:
root = OPERA_DATASET_ROOT
root = OPERA_DATASET_NAME
processing_ds = f"{root}/metadata/processing_information"
burst_ds = f"{processing_ds}/input_burst_metadata"

Expand Down