From 427ef953567e2b33c75f0877069e6fcce75a69ed 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 2168cece4..165ce3c96 100644 --- a/src/mintpy/load_data.py +++ b/src/mintpy/load_data.py @@ -924,8 +924,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