We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee7386 commit 427ef95Copy full SHA for 427ef95
src/mintpy/load_data.py
@@ -924,8 +924,8 @@ def load_data(inps):
924
iDict = read_subset_box(iDict)
925
926
# read specific datasets
927
+ iDict['load_geom']=True
928
iDict['load_ifg']=True if 'ifg' in iDict['listDset'] else False
- iDict['load_geom']=True if 'geom' in iDict['listDset'] else False
929
iDict['load_ion']=True if 'ion' in iDict['listDset'] else False
930
931
# 3. geometry in geo / radar coordinates
0 commit comments