Skip to content

Commit dd6dbe9

Browse files
committed
[dev.loadion] load_data: always read geom file
1 parent 7510d07 commit dd6dbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mintpy/load_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,8 +930,8 @@ def load_data(inps):
930930
iDict = read_subset_box(iDict)
931931

932932
# read specific datasets
933+
iDict['load_geom']=True
933934
iDict['load_ifg']=True if 'ifg' in iDict['listDset'] else False
934-
iDict['load_geom']=True if 'geom' in iDict['listDset'] else False
935935
iDict['load_ion']=True if 'ion' in iDict['listDset'] else False
936936

937937
# 3. geometry in geo / radar coordinates

0 commit comments

Comments
 (0)