We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19f9b6 commit e3b7fddCopy full SHA for e3b7fdd
src/mintpy/load_data.py
@@ -930,8 +930,8 @@ def load_data(inps):
930
iDict = read_subset_box(iDict)
931
932
# read specific datasets
933
+ iDict['load_geom']=True
934
iDict['load_ifg']=True if 'ifg' in iDict['listDset'] else False
- iDict['load_geom']=True if 'geom' in iDict['listDset'] else False
935
iDict['load_ion']=True if 'ion' in iDict['listDset'] else False
936
937
# 3. geometry in geo / radar coordinates
0 commit comments