From dd6dbe99cb43981b679be1990dc9171edb75399b Mon Sep 17 00:00:00 2001 From: Yuankailiu Date: Tue, 26 Sep 2023 10:05:19 -0700 Subject: [PATCH] [dev.loadion] load_data: always read geom file --- src/mintpy/load_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mintpy/load_data.py b/src/mintpy/load_data.py index 2e100940a..2bb752cc3 100644 --- a/src/mintpy/load_data.py +++ b/src/mintpy/load_data.py @@ -930,8 +930,8 @@ def load_data(inps): iDict = read_subset_box(iDict) # read specific datasets + iDict['load_geom']=True iDict['load_ifg']=True if 'ifg' in iDict['listDset'] else False - iDict['load_geom']=True if 'geom' in iDict['listDset'] else False iDict['load_ion']=True if 'ion' in iDict['listDset'] else False # 3. geometry in geo / radar coordinates