We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7510d07 commit dd6dbe9Copy full SHA for dd6dbe9
1 file changed
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