Skip to content

Commit 427ef95

Browse files
committed
[dev.loadion] load_data: always read geom file
1 parent 9ee7386 commit 427ef95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mintpy/load_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -924,8 +924,8 @@ def load_data(inps):
924924
iDict = read_subset_box(iDict)
925925

926926
# read specific datasets
927+
iDict['load_geom']=True
927928
iDict['load_ifg']=True if 'ifg' in iDict['listDset'] else False
928-
iDict['load_geom']=True if 'geom' in iDict['listDset'] else False
929929
iDict['load_ion']=True if 'ion' in iDict['listDset'] else False
930930

931931
# 3. geometry in geo / radar coordinates

0 commit comments

Comments
 (0)