Skip to content

Commit c847366

Browse files
committed
cli/load_data examples for -l option
1 parent da943a5 commit c847366

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/mintpy/cli/load_data.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@
4949
5050
# load geometry ONLY
5151
smallbaselineApp.py SaltonSeaSenDT173.txt -g
52-
load_data.py -t smallbaselineApp.cfg --geom
52+
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
5357
"""
5458

5559

0 commit comments

Comments
 (0)