We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da943a5 commit c847366Copy full SHA for c847366
src/mintpy/cli/load_data.py
@@ -49,7 +49,11 @@
49
50
# load geometry ONLY
51
smallbaselineApp.py SaltonSeaSenDT173.txt -g
52
- load_data.py -t smallbaselineApp.cfg --geom
+ load_data.py -t smallbaselineApp.cfg -l geom
53
+
54
+ # load ionoshpere time series ONLY
55
+ smallbaselineApp.py SaltonSeaSenDT173.txt -g
56
+ load_data.py -t smallbaselineApp.cfg -l ion
57
"""
58
59
0 commit comments